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

Side by Side Diff: components/components_tests.gyp

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 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 | « components/autofill.gypi ('k') | components/policy/policy_browser.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 # TODO(blundell): Eliminate this dependency by having 136 # TODO(blundell): Eliminate this dependency by having
137 # components_unittests have its own pakfile. crbug.com/348563 137 # components_unittests have its own pakfile. crbug.com/348563
138 '../chrome/chrome_resources.gyp:packed_extra_resources', 138 '../chrome/chrome_resources.gyp:packed_extra_resources',
139 # TODO(blundell): Eliminate the need for this dependency in code 139 # TODO(blundell): Eliminate the need for this dependency in code
140 # that iOS shares. crbug.com/325243 140 # that iOS shares. crbug.com/325243
141 '../content/content_shell_and_tests.gyp:test_support_content', 141 '../content/content_shell_and_tests.gyp:test_support_content',
142 '../sync/sync.gyp:sync', 142 '../sync/sync.gyp:sync',
143 '../sync/sync.gyp:test_support_sync_api', 143 '../sync/sync.gyp:test_support_sync_api',
144 '../testing/gmock.gyp:gmock', 144 '../testing/gmock.gyp:gmock',
145 '../testing/gtest.gyp:gtest', 145 '../testing/gtest.gyp:gtest',
146 '../ui/base/ui_base.gyp:ui_base',
146 '../ui/gfx/gfx.gyp:gfx', 147 '../ui/gfx/gfx.gyp:gfx',
147 '../ui/ui.gyp:ui',
148 148
149 'component_resources.gyp:component_resources', 149 'component_resources.gyp:component_resources',
150 150
151 # Dependencies of auto_login_parser 151 # Dependencies of auto_login_parser
152 'components.gyp:auto_login_parser', 152 'components.gyp:auto_login_parser',
153 153
154 # Dependencies of autofill 154 # Dependencies of autofill
155 'components.gyp:autofill_core_browser', 155 'components.gyp:autofill_core_browser',
156 'components.gyp:autofill_core_common', 156 'components.gyp:autofill_core_common',
157 'components.gyp:autofill_core_test_support', 157 'components.gyp:autofill_core_test_support',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'dependencies': [ 566 'dependencies': [
567 '../base/allocator/allocator.gyp:allocator', 567 '../base/allocator/allocator.gyp:allocator',
568 ], 568 ],
569 }], 569 }],
570 ], 570 ],
571 }, 571 },
572 ], 572 ],
573 }], 573 }],
574 ], 574 ],
575 } 575 }
OLDNEW
« no previous file with comments | « components/autofill.gypi ('k') | components/policy/policy_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698