| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', | 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', |
| 9 | 9 |
| 10 # Keep the archive builder happy. | 10 # Keep the archive builder happy. |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 }], | 297 }], |
| 298 ], | 298 ], |
| 299 }, | 299 }, |
| 300 | 300 |
| 301 { | 301 { |
| 302 'target_name': 'chrome_frame_net_tests', | 302 'target_name': 'chrome_frame_net_tests', |
| 303 'type': 'executable', | 303 'type': 'executable', |
| 304 'dependencies': [ | 304 'dependencies': [ |
| 305 '../base/base.gyp:test_support_base', | 305 '../base/base.gyp:test_support_base', |
| 306 '../chrome/chrome.gyp:browser', | 306 '../chrome/chrome.gyp:browser', |
| 307 '../chrome/chrome.gyp:chrome_dll_version', | |
| 308 '../chrome/chrome.gyp:chrome_resources', | 307 '../chrome/chrome.gyp:chrome_resources', |
| 309 '../chrome/chrome.gyp:debugger', | 308 '../chrome/chrome.gyp:debugger', |
| 310 '../chrome/chrome.gyp:renderer', | 309 '../chrome/chrome.gyp:renderer', |
| 311 '../chrome/chrome.gyp:syncapi', | 310 '../chrome/chrome.gyp:syncapi', |
| 312 '../skia/skia.gyp:skia', | 311 '../skia/skia.gyp:skia', |
| 313 '../testing/gtest.gyp:gtest', | 312 '../testing/gtest.gyp:gtest', |
| 314 '../third_party/icu/icu.gyp:icui18n', | 313 '../third_party/icu/icu.gyp:icui18n', |
| 315 '../third_party/icu/icu.gyp:icuuc', | 314 '../third_party/icu/icu.gyp:icuuc', |
| 316 'chrome_frame_npapi', | 315 'chrome_frame_npapi', |
| 317 'npchrome_frame', | 316 'npchrome_frame', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 336 'chrome_tab.h', | 335 'chrome_tab.h', |
| 337 'chrome_tab.idl', | 336 'chrome_tab.idl', |
| 338 ], | 337 ], |
| 339 'include_dirs': [ | 338 'include_dirs': [ |
| 340 # To allow including "chrome_tab.h" | 339 # To allow including "chrome_tab.h" |
| 341 '<(INTERMEDIATE_DIR)', | 340 '<(INTERMEDIATE_DIR)', |
| 342 ], | 341 ], |
| 343 'conditions': [ | 342 'conditions': [ |
| 344 ['OS=="win"', { | 343 ['OS=="win"', { |
| 345 'dependencies': [ | 344 'dependencies': [ |
| 345 '../breakpad/breakpad.gyp:breakpad_handler', |
| 346 '../chrome/chrome.gyp:automation', | 346 '../chrome/chrome.gyp:automation', |
| 347 '../breakpad/breakpad.gyp:breakpad_handler', | 347 '../chrome/chrome.gyp:chrome_dll_version', |
| 348 '../chrome/installer/installer.gyp:installer_util', | 348 '../chrome/installer/installer.gyp:installer_util', |
| 349 '../google_update/google_update.gyp:google_update', | 349 '../google_update/google_update.gyp:google_update', |
| 350 '../chrome/installer/installer.gyp:installer_util', | |
| 351 ] | 350 ] |
| 352 }], | 351 }], |
| 353 ], | 352 ], |
| 354 }, | 353 }, |
| 355 | 354 |
| 356 { | 355 { |
| 357 'target_name': 'chrome_frame_reliability_tests', | 356 'target_name': 'chrome_frame_reliability_tests', |
| 358 'type': 'executable', | 357 'type': 'executable', |
| 359 'dependencies': [ | 358 'dependencies': [ |
| 360 '../build/temp_gyp/googleurl.gyp:googleurl', | 359 '../build/temp_gyp/googleurl.gyp:googleurl', |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 ], | 701 ], |
| 703 } | 702 } |
| 704 | 703 |
| 705 # vim: shiftwidth=2:et:ai:tabstop=2 | 704 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 706 | 705 |
| 707 # Local Variables: | 706 # Local Variables: |
| 708 # tab-width:2 | 707 # tab-width:2 |
| 709 # indent-tabs-mode:nil | 708 # indent-tabs-mode:nil |
| 710 # End: | 709 # End: |
| 711 # vim: set expandtab tabstop=2 shiftwidth=2: | 710 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |