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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 # Keep the archive builder happy. | 9 # Keep the archive builder happy. |
10 'chrome_personalization%': 1, | 10 'chrome_personalization%': 1, |
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 '../third_party/icu/icu.gyp:icui18n', | 423 '../third_party/icu/icu.gyp:icui18n', |
424 '../third_party/icu/icu.gyp:icuuc', | 424 '../third_party/icu/icu.gyp:icuuc', |
425 '../ui/ui.gyp:ui_resources', | 425 '../ui/ui.gyp:ui_resources', |
426 'chrome_frame_ie', | 426 'chrome_frame_ie', |
427 'chrome_tab_idl', | 427 'chrome_tab_idl', |
428 'npchrome_frame', | 428 'npchrome_frame', |
429 ], | 429 ], |
430 'include_dirs': [ | 430 'include_dirs': [ |
431 '<(DEPTH)/breakpad/src', | 431 '<(DEPTH)/breakpad/src', |
432 ], | 432 ], |
| 433 'defines': [ 'CHROME_FRAME_NET_TESTS=1' ], |
433 'sources': [ | 434 'sources': [ |
434 '../net/url_request/url_request_unittest.cc', | 435 '../net/url_request/url_request_unittest.cc', |
435 'test/chrome_frame_test_utils.cc', | 436 'test/chrome_frame_test_utils.cc', |
436 'test/chrome_frame_test_utils.h', | 437 'test/chrome_frame_test_utils.h', |
437 'test/ie_configurator.cc', | 438 'test/ie_configurator.cc', |
438 'test/ie_configurator.h', | 439 'test/ie_configurator.h', |
439 'test/simulate_input.cc', | 440 'test/simulate_input.cc', |
440 'test/simulate_input.h', | 441 'test/simulate_input.h', |
441 'test/test_server.cc', | 442 'test/test_server.cc', |
442 'test/test_server.h', | 443 'test/test_server.h', |
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1092 # Use outputs of this action as inputs for the main target build. | 1093 # Use outputs of this action as inputs for the main target build. |
1093 # Seems as a misnomer but makes this happy on Linux (scons). | 1094 # Seems as a misnomer but makes this happy on Linux (scons). |
1094 'process_outputs_as_sources': 1, | 1095 'process_outputs_as_sources': 1, |
1095 }, | 1096 }, |
1096 ], | 1097 ], |
1097 }, | 1098 }, |
1098 ], | 1099 ], |
1099 }, ], # 'coverage!=0' | 1100 }, ], # 'coverage!=0' |
1100 ], # 'conditions' | 1101 ], # 'conditions' |
1101 } | 1102 } |
OLD | NEW |