| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 3208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3219 ['OS=="linux" and chromeos==1',{ | 3219 ['OS=="linux" and chromeos==1',{ |
| 3220 'sources/': [ | 3220 'sources/': [ |
| 3221 ['exclude', '^browser/notifications/balloon_collection.cc'], | 3221 ['exclude', '^browser/notifications/balloon_collection.cc'], |
| 3222 ['exclude', '^browser/notifications/balloon_collection_impl.h'], | 3222 ['exclude', '^browser/notifications/balloon_collection_impl.h'], |
| 3223 ['exclude', '^browser/notifications/balloon_collection_linux.cc'
], | 3223 ['exclude', '^browser/notifications/balloon_collection_linux.cc'
], |
| 3224 ], | 3224 ], |
| 3225 'dependencies': [ | 3225 'dependencies': [ |
| 3226 '../third_party/protobuf2/protobuf.gyp:protobuf_lite', | 3226 '../third_party/protobuf2/protobuf.gyp:protobuf_lite', |
| 3227 #'../third_party/protobuf2/protobuf.gyp:protobuf', | 3227 #'../third_party/protobuf2/protobuf.gyp:protobuf', |
| 3228 '../third_party/protobuf2/protobuf.gyp:protoc#host', | 3228 '../third_party/protobuf2/protobuf.gyp:protoc#host', |
| 3229 '../third_party/chromeos_login_manager/chromeos_login_manager/ch
romeos_login_manager.gyp:session', | |
| 3230 '../third_party/chromeos_login_manager/chromeos_login_manager/ch
romeos_login_manager.gyp:emit_login_prompt_ready', | |
| 3231 '../third_party/cros/cros_api.gyp:cros_api', | 3229 '../third_party/cros/cros_api.gyp:cros_api', |
| 3232 ], | 3230 ], |
| 3233 'actions': [ | 3231 'actions': [ |
| 3234 { | 3232 { |
| 3235 'action_name': 'my_proto', | 3233 'action_name': 'my_proto', |
| 3236 'inputs': [ | 3234 'inputs': [ |
| 3237 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFI
X)', | 3235 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFI
X)', |
| 3238 'browser/metrics/system_metrics.proto', | 3236 'browser/metrics/system_metrics.proto', |
| 3239 ], | 3237 ], |
| 3240 'outputs': [ | 3238 'outputs': [ |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3529 ], | 3527 ], |
| 3530 }, | 3528 }, |
| 3531 ], | 3529 ], |
| 3532 } | 3530 } |
| 3533 | 3531 |
| 3534 # Local Variables: | 3532 # Local Variables: |
| 3535 # tab-width:2 | 3533 # tab-width:2 |
| 3536 # indent-tabs-mode:nil | 3534 # indent-tabs-mode:nil |
| 3537 # End: | 3535 # End: |
| 3538 # vim: set expandtab tabstop=2 shiftwidth=2: | 3536 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |