| 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 ['OS=="mac" or OS=="win"', { | 6 ['OS=="mac" or OS=="win"', { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'chrome_dll', | 9 'target_name': 'chrome_dll', |
| 10 'type': 'none', | 10 'type': 'none', |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 '<@(chromium_child_dependencies)', | 349 '<@(chromium_child_dependencies)', |
| 350 '../content/content.gyp:content_app_child', | 350 '../content/content.gyp:content_app_child', |
| 351 '../content/content.gyp:content_worker', | 351 '../content/content.gyp:content_worker', |
| 352 'chrome_version_resources', | 352 'chrome_version_resources', |
| 353 'policy_path_parser', | 353 'policy_path_parser', |
| 354 ], | 354 ], |
| 355 'defines': [ | 355 'defines': [ |
| 356 'CHROME_MULTIPLE_DLL_CHILD', | 356 'CHROME_MULTIPLE_DLL_CHILD', |
| 357 ], | 357 ], |
| 358 'sources': [ | 358 'sources': [ |
| 359 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | |
| 360 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | |
| 361 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', | 359 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', |
| 362 'app/chrome_main.cc', | 360 'app/chrome_main.cc', |
| 363 'app/chrome_main_delegate.cc', | 361 'app/chrome_main_delegate.cc', |
| 364 'app/chrome_main_delegate.h', | 362 'app/chrome_main_delegate.h', |
| 365 ], | 363 ], |
| 366 }, # target chrome_child_dll | 364 }, # target chrome_child_dll |
| 367 ], | 365 ], |
| 368 }], | 366 }], |
| 369 ], | 367 ], |
| 370 } | 368 } |
| OLD | NEW |