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

Side by Side Diff: build/all.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 | « ash/ash.gyp ('k') | chrome/browser/ui/libgtk2ui/libgtk2ui.gyp » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 12 matching lines...) Expand all
23 '../net/net.gyp:*', 23 '../net/net.gyp:*',
24 '../sdch/sdch.gyp:*', 24 '../sdch/sdch.gyp:*',
25 '../sql/sql.gyp:*', 25 '../sql/sql.gyp:*',
26 '../testing/gmock.gyp:*', 26 '../testing/gmock.gyp:*',
27 '../testing/gtest.gyp:*', 27 '../testing/gtest.gyp:*',
28 '../third_party/icu/icu.gyp:*', 28 '../third_party/icu/icu.gyp:*',
29 '../third_party/libxml/libxml.gyp:*', 29 '../third_party/libxml/libxml.gyp:*',
30 '../third_party/sqlite/sqlite.gyp:*', 30 '../third_party/sqlite/sqlite.gyp:*',
31 '../third_party/zlib/zlib.gyp:*', 31 '../third_party/zlib/zlib.gyp:*',
32 '../ui/accessibility/accessibility.gyp:*', 32 '../ui/accessibility/accessibility.gyp:*',
33 '../ui/base/ui_base.gyp:*',
33 '../ui/snapshot/snapshot.gyp:*', 34 '../ui/snapshot/snapshot.gyp:*',
34 '../ui/ui.gyp:*',
35 '../url/url.gyp:*', 35 '../url/url.gyp:*',
36 ], 36 ],
37 'conditions': [ 37 'conditions': [
38 ['OS=="ios"', { 38 ['OS=="ios"', {
39 'dependencies': [ 39 'dependencies': [
40 '../ios/ios.gyp:*', 40 '../ios/ios.gyp:*',
41 '../ui/gfx/gfx.gyp:gfx_unittests', 41 '../ui/gfx/gfx.gyp:gfx_unittests',
42 '../ui/ui_unittests.gyp:ui_unittests', 42 '../ui/ui_unittests.gyp:ui_unittests',
43 ], 43 ],
44 }], 44 }],
(...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1229 # http://crbug.com/157234 1229 # http://crbug.com/157234
1230 #'../chrome/chrome.gyp:sync_integration_tests_run', 1230 #'../chrome/chrome.gyp:sync_integration_tests_run',
1231 '../chrome/chrome.gyp:unit_tests_run', 1231 '../chrome/chrome.gyp:unit_tests_run',
1232 '../net/net.gyp:net_unittests_run', 1232 '../net/net.gyp:net_unittests_run',
1233 ], 1233 ],
1234 }, # target_name: chromium_swarm_tests 1234 }, # target_name: chromium_swarm_tests
1235 ], 1235 ],
1236 }], 1236 }],
1237 ], # conditions 1237 ], # conditions
1238 } 1238 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | chrome/browser/ui/libgtk2ui/libgtk2ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698