| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 'app/close_handle_hook_win.cc', | 119 'app/close_handle_hook_win.cc', |
| 120 'app/close_handle_hook_win.h', | 120 'app/close_handle_hook_win.h', |
| 121 'app/delay_load_hook_win.cc', | 121 'app/delay_load_hook_win.cc', |
| 122 'app/delay_load_hook_win.h', | 122 'app/delay_load_hook_win.h', |
| 123 ], | 123 ], |
| 124 'dependencies': [ | 124 'dependencies': [ |
| 125 '<@(chromium_browser_dependencies)', | 125 '<@(chromium_browser_dependencies)', |
| 126 '../components/components.gyp:crash_component', | |
| 127 '../content/content.gyp:content_app_browser', | 126 '../content/content.gyp:content_app_browser', |
| 128 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl
er', | |
| 129 ], | 127 ], |
| 130 'conditions': [ | 128 'conditions': [ |
| 131 ['OS=="win"', { | 129 ['OS=="win"', { |
| 132 'dependencies': [ | 130 'dependencies': [ |
| 133 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', | 131 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', |
| 134 ], | 132 ], |
| 135 }], | 133 }], |
| 136 ['OS=="win" and configuration_policy==1', { | 134 ['OS=="win" and configuration_policy==1', { |
| 137 'dependencies': [ | 135 'dependencies': [ |
| 138 '<(DEPTH)/components/components.gyp:policy', | 136 '<(DEPTH)/components/components.gyp:policy', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 158 'chrome_version_resources', | 156 'chrome_version_resources', |
| 159 '../base/trace_event/etw_manifest/etw_manifest.gyp:etw_manifest'
, | 157 '../base/trace_event/etw_manifest/etw_manifest.gyp:etw_manifest'
, |
| 160 '../chrome/chrome_resources.gyp:chrome_unscaled_resources', | 158 '../chrome/chrome_resources.gyp:chrome_unscaled_resources', |
| 161 '../content/app/resources/content_resources.gyp:content_resource
s', | 159 '../content/app/resources/content_resources.gyp:content_resource
s', |
| 162 '../crypto/crypto.gyp:crypto', | 160 '../crypto/crypto.gyp:crypto', |
| 163 '../net/net.gyp:net_resources', | 161 '../net/net.gyp:net_resources', |
| 164 '../ui/views/views.gyp:views', | 162 '../ui/views/views.gyp:views', |
| 165 ], | 163 ], |
| 166 'sources': [ | 164 'sources': [ |
| 167 'app/chrome_dll.rc', | 165 'app/chrome_dll.rc', |
| 168 'app/chrome_crash_reporter_client.cc', | |
| 169 'app/chrome_crash_reporter_client.h', | |
| 170 | 166 |
| 171 # ETW Manifest. | 167 # ETW Manifest. |
| 172 '<(SHARED_INTERMEDIATE_DIR)/base/trace_event/etw_manifest/chrome
_events_win.rc', | 168 '<(SHARED_INTERMEDIATE_DIR)/base/trace_event/etw_manifest/chrome
_events_win.rc', |
| 173 | 169 |
| 174 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc
', | 170 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc
', |
| 175 | 171 |
| 176 # Cursors. | 172 # Cursors. |
| 177 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.r
c', | 173 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.r
c', |
| 178 ], | 174 ], |
| 179 'include_dirs': [ | 175 'include_dirs': [ |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 { | 343 { |
| 348 # GN version: //chrome:chrome_child | 344 # GN version: //chrome:chrome_child |
| 349 'target_name': 'chrome_child_dll', | 345 'target_name': 'chrome_child_dll', |
| 350 'type': 'shared_library', | 346 'type': 'shared_library', |
| 351 'product_name': 'chrome_child', | 347 'product_name': 'chrome_child', |
| 352 'variables': { | 348 'variables': { |
| 353 'enable_wexit_time_destructors': 1, | 349 'enable_wexit_time_destructors': 1, |
| 354 }, | 350 }, |
| 355 'dependencies': [ | 351 'dependencies': [ |
| 356 '<@(chromium_child_dependencies)', | 352 '<@(chromium_child_dependencies)', |
| 357 '../components/components.gyp:browser_watcher_client', | |
| 358 '../components/components.gyp:crash_component', | |
| 359 '../content/content.gyp:content_app_child', | 353 '../content/content.gyp:content_app_child', |
| 360 'chrome_version_resources', | 354 'chrome_version_resources', |
| 361 'policy_path_parser', | 355 'policy_path_parser', |
| 362 ], | 356 ], |
| 363 'defines': [ | 357 'defines': [ |
| 364 'CHROME_MULTIPLE_DLL_CHILD', | 358 'CHROME_MULTIPLE_DLL_CHILD', |
| 365 ], | 359 ], |
| 366 'sources': [ | 360 'sources': [ |
| 367 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', | 361 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', |
| 368 'app/chrome_crash_reporter_client.cc', | |
| 369 'app/chrome_crash_reporter_client.h', | |
| 370 'app/chrome_main.cc', | 362 'app/chrome_main.cc', |
| 371 'app/chrome_main_delegate.cc', | 363 'app/chrome_main_delegate.cc', |
| 372 'app/chrome_main_delegate.h', | 364 'app/chrome_main_delegate.h', |
| 373 'app/close_handle_hook_win.cc', | 365 'app/close_handle_hook_win.cc', |
| 374 'app/close_handle_hook_win.h', | 366 'app/close_handle_hook_win.h', |
| 375 ], | 367 ], |
| 376 'conditions': [ | 368 'conditions': [ |
| 377 ['OS=="win" and win_use_allocator_shim==1', { | 369 ['OS=="win" and win_use_allocator_shim==1', { |
| 378 'dependencies': [ | 370 'dependencies': [ |
| 379 '<(allocator_target)', | 371 '<(allocator_target)', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 393 }], | 385 }], |
| 394 ['chrome_pgo_phase==2', { | 386 ['chrome_pgo_phase==2', { |
| 395 'msvs_settings': { | 387 'msvs_settings': { |
| 396 'VCLinkerTool': { | 388 'VCLinkerTool': { |
| 397 'LinkTimeCodeGeneration': '3', | 389 'LinkTimeCodeGeneration': '3', |
| 398 }, | 390 }, |
| 399 }, | 391 }, |
| 400 }], | 392 }], |
| 401 ] | 393 ] |
| 402 }], | 394 }], |
| 403 ['OS=="win" and configuration_policy==1', { | |
| 404 'dependencies': [ | |
| 405 '<(DEPTH)/components/components.gyp:policy', | |
| 406 ], | |
| 407 }], | |
| 408 ['enable_plugins==1', { | 395 ['enable_plugins==1', { |
| 409 'dependencies': [ | 396 'dependencies': [ |
| 410 '../pdf/pdf.gyp:pdf', | 397 '../pdf/pdf.gyp:pdf', |
| 411 ], | 398 ], |
| 412 }], | 399 }], |
| 413 ], | 400 ], |
| 414 }, # target chrome_child_dll | 401 }, # target chrome_child_dll |
| 415 ], | 402 ], |
| 416 }], | 403 }], |
| 417 ], | 404 ], |
| 418 } | 405 } |
| OLD | NEW |