OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 'browser/chrome_page_zoom.cc', | 446 'browser/chrome_page_zoom.cc', |
447 'browser/chrome_page_zoom.h', | 447 'browser/chrome_page_zoom.h', |
448 'browser/chrome_page_zoom_constants.cc', | 448 'browser/chrome_page_zoom_constants.cc', |
449 'browser/chrome_page_zoom_constants.h', | 449 'browser/chrome_page_zoom_constants.h', |
450 'browser/chrome_quota_permission_context.cc', | 450 'browser/chrome_quota_permission_context.cc', |
451 'browser/chrome_quota_permission_context.h', | 451 'browser/chrome_quota_permission_context.h', |
452 'browser/chrome_to_mobile_service.cc', | 452 'browser/chrome_to_mobile_service.cc', |
453 'browser/chrome_to_mobile_service.h', | 453 'browser/chrome_to_mobile_service.h', |
454 'browser/chrome_to_mobile_service_factory.cc', | 454 'browser/chrome_to_mobile_service_factory.cc', |
455 'browser/chrome_to_mobile_service_factory.h', | 455 'browser/chrome_to_mobile_service_factory.h', |
| 456 'browser/clipboard/incognito_marker.cc', |
| 457 'browser/clipboard/incognito_marker.h', |
456 'browser/command_observer.h', | 458 'browser/command_observer.h', |
457 'browser/command_updater.cc', | 459 'browser/command_updater.cc', |
458 'browser/command_updater.h', | 460 'browser/command_updater.h', |
459 'browser/command_updater_delegate.h', | 461 'browser/command_updater_delegate.h', |
460 'browser/common/cancelable_request.cc', | 462 'browser/common/cancelable_request.cc', |
461 'browser/common/cancelable_request.h', | 463 'browser/common/cancelable_request.h', |
462 'browser/component_updater/component_updater_configurator.cc', | 464 'browser/component_updater/component_updater_configurator.cc', |
463 'browser/component_updater/component_updater_configurator.h', | 465 'browser/component_updater/component_updater_configurator.h', |
464 'browser/component_updater/component_unpacker.cc', | 466 'browser/component_updater/component_unpacker.cc', |
465 'browser/component_updater/component_unpacker.h', | 467 'browser/component_updater/component_unpacker.h', |
(...skipping 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3108 'variables': { | 3110 'variables': { |
3109 'jni_gen_dir': 'chrome', | 3111 'jni_gen_dir': 'chrome', |
3110 }, | 3112 }, |
3111 'includes': [ '../build/jni_generator.gypi' ], | 3113 'includes': [ '../build/jni_generator.gypi' ], |
3112 }, | 3114 }, |
3113 ], | 3115 ], |
3114 }, | 3116 }, |
3115 ], | 3117 ], |
3116 ], | 3118 ], |
3117 } | 3119 } |
OLD | NEW |