Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(832)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9837075: Move power_supply_status.* from src/ash to src/chromeos (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/chromeos/dbus/power_manager_client.cc ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 4184 matching lines...) Expand 10 before | Expand all | Expand 10 after
4195 ], 4195 ],
4196 }, { # use_cras==0 4196 }, { # use_cras==0
4197 'sources/': [ 4197 'sources/': [
4198 ['exclude', '^browser/chromeos/audio/audio_mixer_cras.cc'], 4198 ['exclude', '^browser/chromeos/audio/audio_mixer_cras.cc'],
4199 ['exclude', '^browser/chromeos/audio/audio_mixer_cras.h'], 4199 ['exclude', '^browser/chromeos/audio/audio_mixer_cras.h'],
4200 ], 4200 ],
4201 }], 4201 }],
4202 ], 4202 ],
4203 'dependencies': [ 4203 'dependencies': [
4204 '../build/linux/system.gyp:dbus-glib', 4204 '../build/linux/system.gyp:dbus-glib',
4205 '../chromeos/chromeos.gyp:chromeos',
4205 '../third_party/libevent/libevent.gyp:libevent', 4206 '../third_party/libevent/libevent.gyp:libevent',
4206 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp: mozc_candidates_proto', 4207 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp: mozc_candidates_proto',
4207 'browser/chromeos/input_method/input_method.gyp:gencode', 4208 'browser/chromeos/input_method/input_method.gyp:gencode',
4208 'power_supply_properties_proto', 4209 'power_supply_properties_proto',
4209 'power_state_control_proto', 4210 'power_state_control_proto',
4210 ], 4211 ],
4211 'sources!': [ 4212 'sources!': [
4212 'browser/first_run/upgrade_util.cc', 4213 'browser/first_run/upgrade_util.cc',
4213 'browser/first_run/upgrade_util.h', 4214 'browser/first_run/upgrade_util.h',
4214 'browser/first_run/upgrade_util_linux.cc', 4215 'browser/first_run/upgrade_util_linux.cc',
(...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
5286 'variables': { 5287 'variables': {
5287 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5288 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5288 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5289 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5289 }, 5290 },
5290 'includes': ['../build/protoc.gypi'], 5291 'includes': ['../build/protoc.gypi'],
5291 }], 5292 }],
5292 ], 5293 ],
5293 }, 5294 },
5294 ], 5295 ],
5295 } 5296 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/dbus/power_manager_client.cc ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698