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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 'browser/chrome_page_zoom.cc', | 451 'browser/chrome_page_zoom.cc', |
452 'browser/chrome_page_zoom.h', | 452 'browser/chrome_page_zoom.h', |
453 'browser/chrome_page_zoom_constants.cc', | 453 'browser/chrome_page_zoom_constants.cc', |
454 'browser/chrome_page_zoom_constants.h', | 454 'browser/chrome_page_zoom_constants.h', |
455 'browser/chrome_quota_permission_context.cc', | 455 'browser/chrome_quota_permission_context.cc', |
456 'browser/chrome_quota_permission_context.h', | 456 'browser/chrome_quota_permission_context.h', |
457 'browser/chrome_to_mobile_service.cc', | 457 'browser/chrome_to_mobile_service.cc', |
458 'browser/chrome_to_mobile_service.h', | 458 'browser/chrome_to_mobile_service.h', |
459 'browser/chrome_to_mobile_service_factory.cc', | 459 'browser/chrome_to_mobile_service_factory.cc', |
460 'browser/chrome_to_mobile_service_factory.h', | 460 'browser/chrome_to_mobile_service_factory.h', |
| 461 'browser/clipboard/incognito_marker.cc', |
| 462 'browser/clipboard/incognito_marker.h', |
461 'browser/command_observer.h', | 463 'browser/command_observer.h', |
462 'browser/command_updater.cc', | 464 'browser/command_updater.cc', |
463 'browser/command_updater.h', | 465 'browser/command_updater.h', |
464 'browser/command_updater_delegate.h', | 466 'browser/command_updater_delegate.h', |
465 'browser/common/cancelable_request.cc', | 467 'browser/common/cancelable_request.cc', |
466 'browser/common/cancelable_request.h', | 468 'browser/common/cancelable_request.h', |
467 'browser/component_updater/component_updater_configurator.cc', | 469 'browser/component_updater/component_updater_configurator.cc', |
468 'browser/component_updater/component_updater_configurator.h', | 470 'browser/component_updater/component_updater_configurator.h', |
469 'browser/component_updater/component_unpacker.cc', | 471 'browser/component_updater/component_unpacker.cc', |
470 'browser/component_updater/component_unpacker.h', | 472 'browser/component_updater/component_unpacker.h', |
(...skipping 2656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3127 'variables': { | 3129 'variables': { |
3128 'jni_gen_dir': 'chrome', | 3130 'jni_gen_dir': 'chrome', |
3129 }, | 3131 }, |
3130 'includes': [ '../build/jni_generator.gypi' ], | 3132 'includes': [ '../build/jni_generator.gypi' ], |
3131 }, | 3133 }, |
3132 ], | 3134 ], |
3133 }, | 3135 }, |
3134 ], | 3136 ], |
3135 ], | 3137 ], |
3136 } | 3138 } |
OLD | NEW |