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

Side by Side Diff: chrome/chrome.gyp

Issue 215025: Make chromeos build use shared object to load battery... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/status_area_view.cc ('k') | chrome/common/chrome_paths.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 2628 matching lines...) Expand 10 before | Expand all | Expand 10 after
2639 ['OS=="linux" and toolkit_views==0', { 2639 ['OS=="linux" and toolkit_views==0', {
2640 'sources/': [ 2640 'sources/': [
2641 ['include', '^browser/printing/print_dialog_gtk.cc'], 2641 ['include', '^browser/printing/print_dialog_gtk.cc'],
2642 ['include', '^browser/printing/print_dialog_gtk.h'], 2642 ['include', '^browser/printing/print_dialog_gtk.h'],
2643 ], 2643 ],
2644 }], 2644 }],
2645 ['chromeos==1',{ 2645 ['chromeos==1',{
2646 'dependencies': [ 2646 'dependencies': [
2647 '../third_party/protobuf2/protobuf.gyp:protobuf', 2647 '../third_party/protobuf2/protobuf.gyp:protobuf',
2648 '../third_party/protobuf2/protobuf.gyp:protoc', 2648 '../third_party/protobuf2/protobuf.gyp:protoc',
2649 '../third_party/chromeos_power/cros_api.gyp:cros_api',
2649 ], 2650 ],
2650 'actions': [ 2651 'actions': [
2651 { 2652 {
2652 'action_name': 'my_proto', 2653 'action_name': 'my_proto',
2653 'inputs': [ 2654 'inputs': [
2654 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFI X)', 2655 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFI X)',
2655 'browser/metrics/system_metrics.proto', 2656 'browser/metrics/system_metrics.proto',
2656 ], 2657 ],
2657 'outputs': [ 2658 'outputs': [
2658 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.p b.cc', 2659 '<(INTERMEDIATE_DIR)/chrome/browser/metrics/system_metrics.p b.cc',
(...skipping 3957 matching lines...) Expand 10 before | Expand all | Expand 10 after
6616 'dependencies': [ 6617 'dependencies': [
6617 '../third_party/pthreads-win32/pthreads.gyp:pthreads', 6618 '../third_party/pthreads-win32/pthreads.gyp:pthreads',
6618 ], 6619 ],
6619 }], 6620 }],
6620 ], 6621 ],
6621 }, 6622 },
6622 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 6623 ], # targets when chrome_personalization==1 and use_syncapi_stub==0
6623 }], 6624 }],
6624 ], # 'conditions' 6625 ], # 'conditions'
6625 } 6626 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/status_area_view.cc ('k') | chrome/common/chrome_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698