| 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 'chrome', | 432 'chrome', |
| 433 'browser', | 433 'browser', |
| 434 'debugger', | 434 'debugger', |
| 435 'common', | 435 'common', |
| 436 'chrome_resources', | 436 'chrome_resources', |
| 437 'chrome_strings', | 437 'chrome_strings', |
| 438 'syncapi', | 438 'syncapi', |
| 439 'test_support_ui', | 439 'test_support_ui', |
| 440 '../base/base.gyp:base', | 440 '../base/base.gyp:base', |
| 441 '../build/temp_gyp/googleurl.gyp:googleurl', | 441 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 442 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:plat
form_qual_lib', | |
| 443 '../net/net.gyp:net', | 442 '../net/net.gyp:net', |
| 444 '../skia/skia.gyp:skia', | 443 '../skia/skia.gyp:skia', |
| 445 '../testing/gtest.gyp:gtest', | 444 '../testing/gtest.gyp:gtest', |
| 446 '../third_party/icu/icu.gyp:icui18n', | 445 '../third_party/icu/icu.gyp:icui18n', |
| 447 '../third_party/icu/icu.gyp:icuuc', | 446 '../third_party/icu/icu.gyp:icuuc', |
| 448 '../third_party/libxml/libxml.gyp:libxml', | 447 '../third_party/libxml/libxml.gyp:libxml', |
| 449 ], | 448 ], |
| 450 'include_dirs': [ | 449 'include_dirs': [ |
| 451 '..', | 450 '..', |
| 452 ], | 451 ], |
| (...skipping 1714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2167 ] | 2166 ] |
| 2168 }], # 'coverage!=0' | 2167 }], # 'coverage!=0' |
| 2169 ], # 'conditions' | 2168 ], # 'conditions' |
| 2170 } | 2169 } |
| 2171 | 2170 |
| 2172 # Local Variables: | 2171 # Local Variables: |
| 2173 # tab-width:2 | 2172 # tab-width:2 |
| 2174 # indent-tabs-mode:nil | 2173 # indent-tabs-mode:nil |
| 2175 # End: | 2174 # End: |
| 2176 # vim: set expandtab tabstop=2 shiftwidth=2: | 2175 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |