Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Side by Side Diff: chrome/chrome_common.gypi

Issue 7388002: Move dependencies of download\base_file from chrome to content. These are all trivial file moves. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/win_safe_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'common/nacl_messages.h', 70 'common/nacl_messages.h',
71 'common/nacl_types.h', 71 'common/nacl_types.h',
72 'common/profiling.cc', 72 'common/profiling.cc',
73 'common/profiling.h', 73 'common/profiling.h',
74 'common/ref_counted_util.h', 74 'common/ref_counted_util.h',
75 'common/safe_browsing/safebrowsing_messages.h', 75 'common/safe_browsing/safebrowsing_messages.h',
76 'common/switch_utils.cc', 76 'common/switch_utils.cc',
77 'common/switch_utils.h', 77 'common/switch_utils.h',
78 'common/time_format.cc', 78 'common/time_format.cc',
79 'common/time_format.h', 79 'common/time_format.h',
80 'common/win_safe_util.cc',
81 'common/win_safe_util.h',
82 ], 80 ],
83 }], 81 }],
84 ], 82 ],
85 }, 83 },
86 'targets': [ 84 'targets': [
87 { 85 {
88 'target_name': 'common', 86 'target_name': 'common',
89 'type': 'static_library', 87 'type': 'static_library',
90 'variables': { 88 'variables': {
91 'chrome_common_target': 1, 89 'chrome_common_target': 1,
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 'configurations': { 571 'configurations': {
574 'Common_Base': { 572 'Common_Base': {
575 'msvs_target_platform': 'x64', 573 'msvs_target_platform': 'x64',
576 }, 574 },
577 }, 575 },
578 }, 576 },
579 ], 577 ],
580 }], 578 }],
581 ], 579 ],
582 } 580 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/win_safe_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698