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 4090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4101 ], | 4101 ], |
4102 }, { # use_cras==0 | 4102 }, { # use_cras==0 |
4103 'sources/': [ | 4103 'sources/': [ |
4104 ['exclude', '^browser/chromeos/audio/audio_mixer_cras.cc'], | 4104 ['exclude', '^browser/chromeos/audio/audio_mixer_cras.cc'], |
4105 ['exclude', '^browser/chromeos/audio/audio_mixer_cras.h'], | 4105 ['exclude', '^browser/chromeos/audio/audio_mixer_cras.h'], |
4106 ], | 4106 ], |
4107 }], | 4107 }], |
4108 ], | 4108 ], |
4109 'dependencies': [ | 4109 'dependencies': [ |
4110 '../build/linux/system.gyp:dbus-glib', | 4110 '../build/linux/system.gyp:dbus-glib', |
| 4111 '../chromeos/chromeos.gyp:chromeos_libs', |
4111 '../third_party/libevent/libevent.gyp:libevent', | 4112 '../third_party/libevent/libevent.gyp:libevent', |
4112 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp:
mozc_candidates_proto', | 4113 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp:
mozc_candidates_proto', |
4113 'browser/chromeos/input_method/input_method.gyp:gencode', | 4114 'browser/chromeos/input_method/input_method.gyp:gencode', |
4114 'power_supply_properties_proto', | 4115 'power_supply_properties_proto', |
4115 ], | 4116 ], |
4116 'sources!': [ | 4117 'sources!': [ |
4117 'browser/first_run/upgrade_util.cc', | 4118 'browser/first_run/upgrade_util.cc', |
4118 'browser/first_run/upgrade_util.h', | 4119 'browser/first_run/upgrade_util.h', |
4119 'browser/first_run/upgrade_util_linux.cc', | 4120 'browser/first_run/upgrade_util_linux.cc', |
4120 'browser/icon_loader_linux.cc', | 4121 'browser/icon_loader_linux.cc', |
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5133 'variables': { | 5134 'variables': { |
5134 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5135 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5135 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5136 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5136 }, | 5137 }, |
5137 'includes': ['../build/protoc.gypi'], | 5138 'includes': ['../build/protoc.gypi'], |
5138 }], | 5139 }], |
5139 ], | 5140 ], |
5140 }, | 5141 }, |
5141 ], | 5142 ], |
5142 } | 5143 } |
OLD | NEW |