| 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', | |
| 488 '../net/url_request/url_request_unittest.h', | |
| 489 'test/chrome_frame_test_utils.cc', | 487 'test/chrome_frame_test_utils.cc', |
| 490 'test/chrome_frame_test_utils.h', | 488 'test/chrome_frame_test_utils.h', |
| 491 'test/simulate_input.cc', | 489 'test/simulate_input.cc', |
| 492 'test/simulate_input.h', | 490 'test/simulate_input.h', |
| 493 'test/test_server.cc', | 491 'test/test_server.cc', |
| 494 'test/test_server.h', | 492 'test/test_server.h', |
| 495 'test/win_event_receiver.cc', | 493 'test/win_event_receiver.cc', |
| 496 'test/win_event_receiver.h', | 494 'test/win_event_receiver.h', |
| 497 'test/net/fake_external_tab.cc', | 495 'test/net/fake_external_tab.cc', |
| 498 'test/net/fake_external_tab.h', | 496 'test/net/fake_external_tab.h', |
| (...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1199 ], # 'conditions' | 1197 ], # 'conditions' |
| 1200 } | 1198 } |
| 1201 | 1199 |
| 1202 # vim: shiftwidth=2:et:ai:tabstop=2 | 1200 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 1203 | 1201 |
| 1204 # Local Variables: | 1202 # Local Variables: |
| 1205 # tab-width:2 | 1203 # tab-width:2 |
| 1206 # indent-tabs-mode:nil | 1204 # indent-tabs-mode:nil |
| 1207 # End: | 1205 # End: |
| 1208 # vim: set expandtab tabstop=2 shiftwidth=2: | 1206 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |