OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables': { | 10 'variables': { |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 '../skia/skia.gyp:skia', | 477 '../skia/skia.gyp:skia', |
478 '../testing/gtest.gyp:gtest', | 478 '../testing/gtest.gyp:gtest', |
479 '../third_party/icu/icu.gyp:icui18n', | 479 '../third_party/icu/icu.gyp:icui18n', |
480 '../third_party/icu/icu.gyp:icuuc', | 480 '../third_party/icu/icu.gyp:icuuc', |
481 'chrome_frame_npapi', | 481 'chrome_frame_npapi', |
482 'chrome_frame_ie', | 482 'chrome_frame_ie', |
483 'chrome_tab_idl', | 483 'chrome_tab_idl', |
484 'npchrome_frame', | 484 'npchrome_frame', |
485 ], | 485 ], |
486 'sources': [ | 486 'sources': [ |
| 487 '../net/url_request/url_request_unittest.cc', |
487 'test/chrome_frame_test_utils.cc', | 488 'test/chrome_frame_test_utils.cc', |
488 'test/chrome_frame_test_utils.h', | 489 'test/chrome_frame_test_utils.h', |
489 'test/simulate_input.cc', | 490 'test/simulate_input.cc', |
490 'test/simulate_input.h', | 491 'test/simulate_input.h', |
491 'test/test_server.cc', | 492 'test/test_server.cc', |
492 'test/test_server.h', | 493 'test/test_server.h', |
493 'test/win_event_receiver.cc', | 494 'test/win_event_receiver.cc', |
494 'test/win_event_receiver.h', | 495 'test/win_event_receiver.h', |
495 'test/net/fake_external_tab.cc', | 496 'test/net/fake_external_tab.cc', |
496 'test/net/fake_external_tab.h', | 497 'test/net/fake_external_tab.h', |
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1197 ], # 'conditions' | 1198 ], # 'conditions' |
1198 } | 1199 } |
1199 | 1200 |
1200 # vim: shiftwidth=2:et:ai:tabstop=2 | 1201 # vim: shiftwidth=2:et:ai:tabstop=2 |
1201 | 1202 |
1202 # Local Variables: | 1203 # Local Variables: |
1203 # tab-width:2 | 1204 # tab-width:2 |
1204 # indent-tabs-mode:nil | 1205 # indent-tabs-mode:nil |
1205 # End: | 1206 # End: |
1206 # vim: set expandtab tabstop=2 shiftwidth=2: | 1207 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |