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

Side by Side Diff: build/all.gyp

Issue 7534002: Shell of implementation for embedded windows. At this point this is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporate review feedback Created 9 years, 4 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 | « aura/window_delegate.h ('k') | views/view_unittest.cc » ('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 '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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 }], 98 }],
99 ['OS=="win"', { 99 ['OS=="win"', {
100 'conditions': [ 100 'conditions': [
101 ['win_use_allocator_shim==1', { 101 ['win_use_allocator_shim==1', {
102 'dependencies': [ 102 'dependencies': [
103 '../base/allocator/allocator.gyp:*', 103 '../base/allocator/allocator.gyp:*',
104 ], 104 ],
105 }], 105 }],
106 ], 106 ],
107 'dependencies': [ 107 'dependencies': [
108 '../aura/aura.gyp:*',
108 '../breakpad/breakpad.gyp:*', 109 '../breakpad/breakpad.gyp:*',
109 '../chrome/app/locales/locales.gyp:*', 110 '../chrome/app/locales/locales.gyp:*',
110 '../chrome_frame/chrome_frame.gyp:*', 111 '../chrome_frame/chrome_frame.gyp:*',
111 '../cloud_print/virtual_driver/virtual_driver.gyp:*', 112 '../cloud_print/virtual_driver/virtual_driver.gyp:*',
112 '../courgette/courgette.gyp:*', 113 '../courgette/courgette.gyp:*',
113 '../rlz/rlz.gyp:*', 114 '../rlz/rlz.gyp:*',
114 '../sandbox/sandbox.gyp:*', 115 '../sandbox/sandbox.gyp:*',
115 '../third_party/angle/src/build_angle.gyp:*', 116 '../third_party/angle/src/build_angle.gyp:*',
116 '../third_party/bsdiff/bsdiff.gyp:*', 117 '../third_party/bsdiff/bsdiff.gyp:*',
117 '../third_party/bspatch/bspatch.gyp:*', 118 '../third_party/bspatch/bspatch.gyp:*',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 579 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
579 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 580 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
580 '../views/views.gyp:views_unittests', 581 '../views/views.gyp:views_unittests',
581 'temp_gyp/googleurl.gyp:googleurl_unittests', 582 'temp_gyp/googleurl.gyp:googleurl_unittests',
582 ], 583 ],
583 }, 584 },
584 ], # targets 585 ], # targets
585 }], # "chromeos==1" 586 }], # "chromeos==1"
586 ], # conditions 587 ], # conditions
587 } 588 }
OLDNEW
« no previous file with comments | « aura/window_delegate.h ('k') | views/view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698