| 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 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 2871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2882 'sources/': [ | 2882 'sources/': [ |
| 2883 ['include', '^browser/printing/print_dialog_gtk.cc'], | 2883 ['include', '^browser/printing/print_dialog_gtk.cc'], |
| 2884 ['include', '^browser/printing/print_dialog_gtk.h'], | 2884 ['include', '^browser/printing/print_dialog_gtk.h'], |
| 2885 ['exclude', '^browser/sync/sync_setup_flow.cc'], | 2885 ['exclude', '^browser/sync/sync_setup_flow.cc'], |
| 2886 ['exclude', '^browser/sync/sync_setup_wizard.cc'], | 2886 ['exclude', '^browser/sync/sync_setup_wizard.cc'], |
| 2887 ], | 2887 ], |
| 2888 }], | 2888 }], |
| 2889 ['chromeos==1 or toolkit_views==1',{ | 2889 ['chromeos==1 or toolkit_views==1',{ |
| 2890 'dependencies': [ | 2890 'dependencies': [ |
| 2891 '../third_party/protobuf2/protobuf.gyp:protobuf_lite', | 2891 '../third_party/protobuf2/protobuf.gyp:protobuf_lite', |
| 2892 '../third_party/protobuf2/protobuf.gyp:protoc', | 2892 '../third_party/protobuf2/protobuf.gyp:protoc#host', |
| 2893 '../third_party/cros/cros_api.gyp:cros_api', | 2893 '../third_party/cros/cros_api.gyp:cros_api', |
| 2894 ], | 2894 ], |
| 2895 'actions': [ | 2895 'actions': [ |
| 2896 { | 2896 { |
| 2897 'action_name': 'my_proto', | 2897 'action_name': 'my_proto', |
| 2898 'inputs': [ | 2898 'inputs': [ |
| 2899 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFI
X)', | 2899 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFI
X)', |
| 2900 'browser/metrics/system_metrics.proto', | 2900 'browser/metrics/system_metrics.proto', |
| 2901 ], | 2901 ], |
| 2902 'outputs': [ | 2902 'outputs': [ |
| (...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5087 'action': [ | 5087 'action': [ |
| 5088 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)', | 5088 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)', |
| 5089 '--proto_path=browser/sync/protocol', | 5089 '--proto_path=browser/sync/protocol', |
| 5090 'browser/sync/protocol/sync.proto', | 5090 'browser/sync/protocol/sync.proto', |
| 5091 '--cpp_out=<(protoc_out_dir)/chrome/browser/sync/protocol', | 5091 '--cpp_out=<(protoc_out_dir)/chrome/browser/sync/protocol', |
| 5092 ], | 5092 ], |
| 5093 }, | 5093 }, |
| 5094 ], | 5094 ], |
| 5095 'dependencies': [ | 5095 'dependencies': [ |
| 5096 '../third_party/protobuf2/protobuf.gyp:protobuf_lite', | 5096 '../third_party/protobuf2/protobuf.gyp:protobuf_lite', |
| 5097 '../third_party/protobuf2/protobuf.gyp:protoc', | 5097 '../third_party/protobuf2/protobuf.gyp:protoc#host', |
| 5098 ], | 5098 ], |
| 5099 'export_dependent_settings': [ | 5099 'export_dependent_settings': [ |
| 5100 '../third_party/protobuf2/protobuf.gyp:protobuf_lite', | 5100 '../third_party/protobuf2/protobuf.gyp:protobuf_lite', |
| 5101 ], | 5101 ], |
| 5102 }, | 5102 }, |
| 5103 { | 5103 { |
| 5104 'target_name': 'notifier', | 5104 'target_name': 'notifier', |
| 5105 'type': '<(library)', | 5105 'type': '<(library)', |
| 5106 'sources': [ | 5106 'sources': [ |
| 5107 'browser/sync/notifier/base/async_dns_lookup.cc', | 5107 'browser/sync/notifier/base/async_dns_lookup.cc', |
| (...skipping 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6945 ] | 6945 ] |
| 6946 }], | 6946 }], |
| 6947 ], # 'conditions' | 6947 ], # 'conditions' |
| 6948 } | 6948 } |
| 6949 | 6949 |
| 6950 # Local Variables: | 6950 # Local Variables: |
| 6951 # tab-width:2 | 6951 # tab-width:2 |
| 6952 # indent-tabs-mode:nil | 6952 # indent-tabs-mode:nil |
| 6953 # End: | 6953 # End: |
| 6954 # vim: set expandtab tabstop=2 shiftwidth=2: | 6954 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |