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 4356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4367 'browser/importer/ie_importer.cc', | 4367 'browser/importer/ie_importer.cc', |
4368 ], | 4368 ], |
4369 }], | 4369 }], |
4370 [ 'use_openssl==1', { | 4370 [ 'use_openssl==1', { |
4371 'sources!': [ | 4371 'sources!': [ |
4372 'browser/importer/nss_decryptor.cc', | 4372 'browser/importer/nss_decryptor.cc', |
4373 'browser/importer/nss_decryptor_system_nss.cc', | 4373 'browser/importer/nss_decryptor_system_nss.cc', |
4374 'browser/importer/nss_decryptor_system_nss.h', | 4374 'browser/importer/nss_decryptor_system_nss.h', |
4375 ], | 4375 ], |
4376 }], | 4376 }], |
4377 # We are migrating to client-based geolocation. Once the migration | |
4378 # has finished, ENABLE_CLIENT_BASED_GEOLOCATION will disappear. | |
4379 # See bugs: | |
4380 # https://bugs.webkit.org/show_bug.cgi?id=45752 and | |
4381 # http://code.google.com/p/chromium/issues/detail?id=59907 | |
4382 ['"ENABLE_CLIENT_BASED_GEOLOCATION=1" in feature_defines', { | |
4383 'defines': [ 'ENABLE_CLIENT_BASED_GEOLOCATION=1' ] | |
bulach
2011/01/05 10:12:29
remember to coordinate with the sheriffs for a pos
John Knottenbelt
2011/01/05 12:01:31
Will do, however, I don't think it will require a
| |
4384 }], | |
4385 ], | 4377 ], |
4386 }, | 4378 }, |
4387 { | 4379 { |
4388 # Protobuf compiler / generate rule for feedback | 4380 # Protobuf compiler / generate rule for feedback |
4389 'target_name': 'userfeedback_proto', | 4381 'target_name': 'userfeedback_proto', |
4390 'type': 'none', | 4382 'type': 'none', |
4391 'sources': [ | 4383 'sources': [ |
4392 'browser/userfeedback/proto/annotations.proto', | 4384 'browser/userfeedback/proto/annotations.proto', |
4393 'browser/userfeedback/proto/chrome.proto', | 4385 'browser/userfeedback/proto/chrome.proto', |
4394 'browser/userfeedback/proto/common.proto', | 4386 'browser/userfeedback/proto/common.proto', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4529 ], | 4521 ], |
4530 }, | 4522 }, |
4531 ], | 4523 ], |
4532 } | 4524 } |
4533 | 4525 |
4534 # Local Variables: | 4526 # Local Variables: |
4535 # tab-width:2 | 4527 # tab-width:2 |
4536 # indent-tabs-mode:nil | 4528 # indent-tabs-mode:nil |
4537 # End: | 4529 # End: |
4538 # vim: set expandtab tabstop=2 shiftwidth=2: | 4530 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |