OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'browser_tests_sources_views_specific': [ | 7 'browser_tests_sources_views_specific': [ |
8 'browser/extensions/browser_action_test_util_views.cc', | 8 'browser/extensions/browser_action_test_util_views.cc', |
9 'browser/views/browser_actions_container_unittest.cc', | 9 'browser/views/browser_actions_container_unittest.cc', |
10 ], | 10 ], |
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 'dependencies': [ | 424 'dependencies': [ |
425 'chrome', | 425 'chrome', |
426 'browser', | 426 'browser', |
427 'debugger', | 427 'debugger', |
428 'common', | 428 'common', |
429 'chrome_resources', | 429 'chrome_resources', |
430 'chrome_strings', | 430 'chrome_strings', |
431 'syncapi', | 431 'syncapi', |
432 'test_support_ui', | 432 'test_support_ui', |
433 '../base/base.gyp:base', | 433 '../base/base.gyp:base', |
| 434 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 435 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:plat
form_qual_lib', |
434 '../net/net.gyp:net', | 436 '../net/net.gyp:net', |
435 '../build/temp_gyp/googleurl.gyp:googleurl', | |
436 '../skia/skia.gyp:skia', | 437 '../skia/skia.gyp:skia', |
437 '../testing/gtest.gyp:gtest', | 438 '../testing/gtest.gyp:gtest', |
438 '../third_party/icu/icu.gyp:icui18n', | 439 '../third_party/icu/icu.gyp:icui18n', |
439 '../third_party/icu/icu.gyp:icuuc', | 440 '../third_party/icu/icu.gyp:icuuc', |
440 '../third_party/libxml/libxml.gyp:libxml', | 441 '../third_party/libxml/libxml.gyp:libxml', |
441 ], | 442 ], |
442 'include_dirs': [ | 443 'include_dirs': [ |
443 '..', | 444 '..', |
444 ], | 445 ], |
445 'sources': [ | 446 'sources': [ |
(...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2104 ] | 2105 ] |
2105 }], # 'coverage!=0' | 2106 }], # 'coverage!=0' |
2106 ], # 'conditions' | 2107 ], # 'conditions' |
2107 } | 2108 } |
2108 | 2109 |
2109 # Local Variables: | 2110 # Local Variables: |
2110 # tab-width:2 | 2111 # tab-width:2 |
2111 # indent-tabs-mode:nil | 2112 # indent-tabs-mode:nil |
2112 # End: | 2113 # End: |
2113 # vim: set expandtab tabstop=2 shiftwidth=2: | 2114 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |