OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |