OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 2265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2276 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 2276 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
2277 ], | 2277 ], |
2278 }], | 2278 }], |
2279 ['OS=="linux" and use_aura==1', { | 2279 ['OS=="linux" and use_aura==1', { |
2280 'dependencies': [ | 2280 'dependencies': [ |
2281 '../build/linux/system.gyp:dbus', | 2281 '../build/linux/system.gyp:dbus', |
2282 '../dbus/dbus.gyp:dbus_test_support', | 2282 '../dbus/dbus.gyp:dbus_test_support', |
2283 '../ui/aura/aura.gyp:test_support_aura', | 2283 '../ui/aura/aura.gyp:test_support_aura', |
2284 ], | 2284 ], |
2285 }], | 2285 }], |
2286 ['OS=="linux" and buildtype=="Official" and target_arch=="ia32"', { | 2286 ['OS=="linux" and branding=="Chrome" and target_arch=="ia32"', { |
2287 'configurations': { | 2287 'configurations': { |
2288 'Release': { | 2288 'Release': { |
2289 'ldflags': [ | 2289 'ldflags': [ |
2290 '-Wl,--strip-debug', | 2290 '-Wl,--strip-debug', |
2291 ], | 2291 ], |
2292 }, | 2292 }, |
2293 }, | 2293 }, |
2294 }], | 2294 }], |
2295 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 2295 ['os_posix == 1 and OS != "mac" and OS != "android"', { |
2296 'conditions': [ | 2296 'conditions': [ |
(...skipping 2374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4671 '--result', '<@(_outputs)', | 4671 '--result', '<@(_outputs)', |
4672 '--isolate', 'browser_tests.isolate', | 4672 '--isolate', 'browser_tests.isolate', |
4673 ], | 4673 ], |
4674 }, | 4674 }, |
4675 ], | 4675 ], |
4676 }, | 4676 }, |
4677 ], | 4677 ], |
4678 }], | 4678 }], |
4679 ], # 'conditions' | 4679 ], # 'conditions' |
4680 } | 4680 } |
OLD | NEW |