OLD | NEW |
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 'conditions': [ | 5 'conditions': [ |
6 # Dummy target to allow chrome to require chrome_dll to build | 6 # Dummy target to allow chrome to require chrome_dll to build |
7 # without actually linking to the library | 7 # without actually linking to the library |
8 ['OS=="mac"', { | 8 ['OS=="mac"', { |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 'app/chrome_main_delegate.cc', | 115 'app/chrome_main_delegate.cc', |
116 'app/chrome_main_delegate.h', | 116 'app/chrome_main_delegate.h', |
117 'app/chrome_main_mac.h', | 117 'app/chrome_main_mac.h', |
118 'app/chrome_main_mac.mm', | 118 'app/chrome_main_mac.mm', |
119 ], | 119 ], |
120 'dependencies': [ | 120 'dependencies': [ |
121 '<@(chromium_browser_dependencies)', | 121 '<@(chromium_browser_dependencies)', |
122 'chrome_features.gyp:chrome_common_features', | 122 'chrome_features.gyp:chrome_common_features', |
123 'policy_path_parser', | 123 'policy_path_parser', |
124 '../content/content.gyp:content_app_browser', | 124 '../content/content.gyp:content_app_browser', |
125 '../third_party/cld_2/cld_2.gyp:cld_2', | |
126 ], | 125 ], |
127 'conditions': [ | 126 'conditions': [ |
128 ['OS=="win"', { | 127 ['OS=="win"', { |
129 'dependencies': [ | 128 'dependencies': [ |
130 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', | 129 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', |
131 '<(DEPTH)/chrome/chrome.gyp:install_static_util', | 130 '<(DEPTH)/chrome/chrome.gyp:install_static_util', |
132 '<(DEPTH)/components/components.gyp:policy', | 131 '<(DEPTH)/components/components.gyp:policy', |
133 ], | 132 ], |
134 }], | 133 }], |
135 ['use_aura==1', { | 134 ['use_aura==1', { |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 'dependencies': [ | 358 'dependencies': [ |
360 '../pdf/pdf.gyp:pdf', | 359 '../pdf/pdf.gyp:pdf', |
361 ], | 360 ], |
362 }], | 361 }], |
363 ], | 362 ], |
364 }, # target chrome_child_dll | 363 }, # target chrome_child_dll |
365 ], | 364 ], |
366 }], | 365 }], |
367 ], | 366 ], |
368 } | 367 } |
OLD | NEW |