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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 4310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4321 ], | 4321 ], |
4322 }], | 4322 }], |
4323 ['OS=="linux" and use_aura==1', { | 4323 ['OS=="linux" and use_aura==1', { |
4324 'dependencies': [ | 4324 'dependencies': [ |
4325 '../build/linux/system.gyp:dbus', | 4325 '../build/linux/system.gyp:dbus', |
4326 '../build/linux/system.gyp:fontconfig', | 4326 '../build/linux/system.gyp:fontconfig', |
4327 '../build/linux/system.gyp:x11', | 4327 '../build/linux/system.gyp:x11', |
4328 '../dbus/dbus.gyp:dbus', | 4328 '../dbus/dbus.gyp:dbus', |
4329 ], | 4329 ], |
4330 }], | 4330 }], |
| 4331 ['use_aura==1 and use_utouch==1', { |
| 4332 'dependencies': [ |
| 4333 '../third_party/utouch-frame/utouch-frame.gyp:utouch-frame', |
| 4334 '../third_party/utouch-grail/utouch-grail.gyp:utouch-grail', |
| 4335 ], |
| 4336 }], |
4331 ['use_nss==1', { | 4337 ['use_nss==1', { |
4332 'sources': [ | 4338 'sources': [ |
4333 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', | 4339 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', |
4334 'third_party/mozilla_security_manager/nsNSSCertHelper.h', | 4340 'third_party/mozilla_security_manager/nsNSSCertHelper.h', |
4335 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', | 4341 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', |
4336 'third_party/mozilla_security_manager/nsNSSCertificate.h', | 4342 'third_party/mozilla_security_manager/nsNSSCertificate.h', |
4337 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', | 4343 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', |
4338 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', | 4344 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', |
4339 ], | 4345 ], |
4340 }], | 4346 }], |
(...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5318 'variables': { | 5324 'variables': { |
5319 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5325 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5320 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5326 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5321 }, | 5327 }, |
5322 'includes': ['../build/protoc.gypi'], | 5328 'includes': ['../build/protoc.gypi'], |
5323 }], | 5329 }], |
5324 ], | 5330 ], |
5325 }, | 5331 }, |
5326 ], | 5332 ], |
5327 } | 5333 } |
OLD | NEW |