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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 'browser/chrome_to_mobile_service.cc', | 375 'browser/chrome_to_mobile_service.cc', |
376 'browser/chrome_to_mobile_service.h', | 376 'browser/chrome_to_mobile_service.h', |
377 'browser/chrome_to_mobile_service_factory.cc', | 377 'browser/chrome_to_mobile_service_factory.cc', |
378 'browser/chrome_to_mobile_service_factory.h', | 378 'browser/chrome_to_mobile_service_factory.h', |
379 'browser/command_observer.h', | 379 'browser/command_observer.h', |
380 'browser/command_updater.cc', | 380 'browser/command_updater.cc', |
381 'browser/command_updater.h', | 381 'browser/command_updater.h', |
382 'browser/command_updater_delegate.h', | 382 'browser/command_updater_delegate.h', |
383 'browser/common/cancelable_request.cc', | 383 'browser/common/cancelable_request.cc', |
384 'browser/common/cancelable_request.h', | 384 'browser/common/cancelable_request.h', |
| 385 'browser/common/ini_parser.cc', |
| 386 'browser/common/ini_parser.h', |
385 'browser/component_updater/component_updater_configurator.cc', | 387 'browser/component_updater/component_updater_configurator.cc', |
386 'browser/component_updater/component_updater_configurator.h', | 388 'browser/component_updater/component_updater_configurator.h', |
387 'browser/component_updater/component_unpacker.cc', | 389 'browser/component_updater/component_unpacker.cc', |
388 'browser/component_updater/component_unpacker.h', | 390 'browser/component_updater/component_unpacker.h', |
389 'browser/component_updater/component_updater_service.cc', | 391 'browser/component_updater/component_updater_service.cc', |
390 'browser/component_updater/component_updater_service.h', | 392 'browser/component_updater/component_updater_service.h', |
391 'browser/component_updater/flash_component_installer.h', | 393 'browser/component_updater/flash_component_installer.h', |
392 'browser/component_updater/pepper_flash_component_installer.cc', | 394 'browser/component_updater/pepper_flash_component_installer.cc', |
393 'browser/component_updater/pnacl/pnacl_component_installer.cc', | 395 'browser/component_updater/pnacl/pnacl_component_installer.cc', |
394 'browser/component_updater/pnacl/pnacl_component_installer.h', | 396 'browser/component_updater/pnacl/pnacl_component_installer.h', |
(...skipping 2909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3304 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3306 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3305 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3307 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3306 }, | 3308 }, |
3307 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3309 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3308 }, | 3310 }, |
3309 ], | 3311 ], |
3310 }, | 3312 }, |
3311 ], | 3313 ], |
3312 ], | 3314 ], |
3313 } | 3315 } |
OLD | NEW |