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 2251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2262 'browser/password_manager/native_backend_gnome_x_unittest.cc', | 2262 'browser/password_manager/native_backend_gnome_x_unittest.cc', |
2263 ], | 2263 ], |
2264 }], | 2264 }], |
2265 ['OS=="linux" and use_aura==1', { | 2265 ['OS=="linux" and use_aura==1', { |
2266 'dependencies': [ | 2266 'dependencies': [ |
2267 '../build/linux/system.gyp:dbus', | 2267 '../build/linux/system.gyp:dbus', |
2268 '../dbus/dbus.gyp:dbus_test_support', | 2268 '../dbus/dbus.gyp:dbus_test_support', |
2269 '../ui/aura/aura.gyp:test_support_aura', | 2269 '../ui/aura/aura.gyp:test_support_aura', |
2270 ], | 2270 ], |
2271 }], | 2271 }], |
| 2272 ['OS=="linux" and buildtype=="Official" and target_arch=="ia32"', { |
| 2273 'configurations': { |
| 2274 'Release': { |
| 2275 'ldflags': [ |
| 2276 '-Wl,--strip-debug', |
| 2277 ], |
| 2278 }, |
| 2279 }, |
| 2280 }], |
2272 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 2281 ['os_posix == 1 and OS != "mac" and OS != "android"', { |
2273 'conditions': [ | 2282 'conditions': [ |
2274 ['linux_use_tcmalloc==1', { | 2283 ['linux_use_tcmalloc==1', { |
2275 'dependencies': [ | 2284 'dependencies': [ |
2276 '../base/allocator/allocator.gyp:allocator', | 2285 '../base/allocator/allocator.gyp:allocator', |
2277 ], | 2286 ], |
2278 }], | 2287 }], |
2279 ], | 2288 ], |
2280 }], | 2289 }], |
2281 ['OS=="mac"', { | 2290 ['OS=="mac"', { |
(...skipping 2363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4645 '--result', '<@(_outputs)', | 4654 '--result', '<@(_outputs)', |
4646 '--isolate', 'browser_tests.isolate', | 4655 '--isolate', 'browser_tests.isolate', |
4647 ], | 4656 ], |
4648 }, | 4657 }, |
4649 ], | 4658 ], |
4650 }, | 4659 }, |
4651 ], | 4660 ], |
4652 }], | 4661 }], |
4653 ], # 'conditions' | 4662 ], # 'conditions' |
4654 } | 4663 } |
OLD | NEW |