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

Side by Side Diff: build/all.gyp

Issue 7886042: Move Aura to UI subdir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 }], 103 }],
104 ['OS=="win"', { 104 ['OS=="win"', {
105 'conditions': [ 105 'conditions': [
106 ['win_use_allocator_shim==1', { 106 ['win_use_allocator_shim==1', {
107 'dependencies': [ 107 'dependencies': [
108 '../base/allocator/allocator.gyp:*', 108 '../base/allocator/allocator.gyp:*',
109 ], 109 ],
110 }], 110 }],
111 ], 111 ],
112 'dependencies': [ 112 'dependencies': [
113 '../aura/aura.gyp:*',
114 '../breakpad/breakpad.gyp:*', 113 '../breakpad/breakpad.gyp:*',
115 '../chrome_frame/chrome_frame.gyp:*', 114 '../chrome_frame/chrome_frame.gyp:*',
116 '../cloud_print/virtual_driver/virtual_driver.gyp:*', 115 '../cloud_print/virtual_driver/virtual_driver.gyp:*',
117 '../courgette/courgette.gyp:*', 116 '../courgette/courgette.gyp:*',
118 '../rlz/rlz.gyp:*', 117 '../rlz/rlz.gyp:*',
119 '../sandbox/sandbox.gyp:*', 118 '../sandbox/sandbox.gyp:*',
120 '../third_party/angle/src/build_angle.gyp:*', 119 '../third_party/angle/src/build_angle.gyp:*',
121 '../third_party/bsdiff/bsdiff.gyp:*', 120 '../third_party/bsdiff/bsdiff.gyp:*',
122 '../third_party/bspatch/bspatch.gyp:*', 121 '../third_party/bspatch/bspatch.gyp:*',
123 '../third_party/gles2_book/gles2_book.gyp:*', 122 '../third_party/gles2_book/gles2_book.gyp:*',
124 '../tools/memory_watcher/memory_watcher.gyp:*', 123 '../tools/memory_watcher/memory_watcher.gyp:*',
124 '../ui/aura/aura.gyp:*',
125 ], 125 ],
126 }, { 126 }, {
127 'dependencies': [ 127 'dependencies': [
128 '../third_party/libevent/libevent.gyp:*', 128 '../third_party/libevent/libevent.gyp:*',
129 ], 129 ],
130 }], 130 }],
131 ['toolkit_views==1', { 131 ['toolkit_views==1', {
132 'dependencies': [ 132 'dependencies': [
133 '../views/views.gyp:*', 133 '../views/views.gyp:*',
134 ], 134 ],
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 573 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
574 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 574 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
575 '../views/views.gyp:views_unittests', 575 '../views/views.gyp:views_unittests',
576 'temp_gyp/googleurl.gyp:googleurl_unittests', 576 'temp_gyp/googleurl.gyp:googleurl_unittests',
577 ], 577 ],
578 }, 578 },
579 ], # targets 579 ], # targets
580 }], # "chromeos==1" 580 }], # "chromeos==1"
581 ], # conditions 581 ], # conditions
582 } 582 }
OLDNEW
« no previous file with comments | « aura/window_unittest.cc ('k') | chrome/browser/platform_util_aura.cc » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698