| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 5 'variables': { |
| 6 'build_angle_deqp_tests%': 0, | 6 'build_angle_deqp_tests%': 0, |
| 7 'chrome_browser_extensions_test_support_sources': [ | 7 'chrome_browser_extensions_test_support_sources': [ |
| 8 # A list of sources which is shared between different browser tests. | 8 # A list of sources which is shared between different browser tests. |
| 9 'browser/apps/app_browsertest_util.cc', | 9 'browser/apps/app_browsertest_util.cc', |
| 10 'browser/apps/app_browsertest_util.h', | 10 'browser/apps/app_browsertest_util.h', |
| (...skipping 2052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2063 ], | 2063 ], |
| 2064 'direct_dependent_settings': { | 2064 'direct_dependent_settings': { |
| 2065 'include_dirs': [ | 2065 'include_dirs': [ |
| 2066 '<(SHARED_INTERMEDIATE_DIR)', | 2066 '<(SHARED_INTERMEDIATE_DIR)', |
| 2067 ], | 2067 ], |
| 2068 }, | 2068 }, |
| 2069 'conditions': [ | 2069 'conditions': [ |
| 2070 ['use_x11==1', { | 2070 ['use_x11==1', { |
| 2071 'dependencies': [ | 2071 'dependencies': [ |
| 2072 '../build/linux/system.gyp:x11', | 2072 '../build/linux/system.gyp:x11', |
| 2073 '../ui/events/keycodes/events_keycodes.gyp:keycodes_x11', |
| 2073 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 2074 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 2074 ] | 2075 ] |
| 2075 }] | 2076 }] |
| 2076 ], | 2077 ], |
| 2077 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2078 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 2078 'msvs_disabled_warnings': [ 4267, ], | 2079 'msvs_disabled_warnings': [ 4267, ], |
| 2079 }, | 2080 }, |
| 2080 { | 2081 { |
| 2081 # GN version: //chrome/test/chromedriver | 2082 # GN version: //chrome/test/chromedriver |
| 2082 'target_name': 'chromedriver', | 2083 'target_name': 'chromedriver', |
| (...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3612 'browser', | 3613 'browser', |
| 3613 ], | 3614 ], |
| 3614 'sources': [ | 3615 'sources': [ |
| 3615 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3616 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3616 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3617 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3617 ], | 3618 ], |
| 3618 }] | 3619 }] |
| 3619 }], | 3620 }], |
| 3620 ], # 'conditions' | 3621 ], # 'conditions' |
| 3621 } | 3622 } |
| OLD | NEW |