| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 'browser/component_updater/component_patcher.cc', | 384 'browser/component_updater/component_patcher.cc', |
| 385 'browser/component_updater/component_patcher.h', | 385 'browser/component_updater/component_patcher.h', |
| 386 'browser/component_updater/component_patcher_operation.cc', | 386 'browser/component_updater/component_patcher_operation.cc', |
| 387 'browser/component_updater/component_patcher_operation.h', | 387 'browser/component_updater/component_patcher_operation.h', |
| 388 'browser/component_updater/component_patcher_win.cc', | 388 'browser/component_updater/component_patcher_win.cc', |
| 389 'browser/component_updater/component_patcher_win.h', | 389 'browser/component_updater/component_patcher_win.h', |
| 390 'browser/component_updater/component_updater_configurator.cc', | 390 'browser/component_updater/component_updater_configurator.cc', |
| 391 'browser/component_updater/component_updater_configurator.h', | 391 'browser/component_updater/component_updater_configurator.h', |
| 392 'browser/component_updater/component_unpacker.cc', | 392 'browser/component_updater/component_unpacker.cc', |
| 393 'browser/component_updater/component_unpacker.h', | 393 'browser/component_updater/component_unpacker.h', |
| 394 'browser/component_updater/component_updater_ping_manager.cc', |
| 395 'browser/component_updater/component_updater_ping_manager.h', |
| 394 'browser/component_updater/component_updater_service.cc', | 396 'browser/component_updater/component_updater_service.cc', |
| 395 'browser/component_updater/component_updater_service.h', | 397 'browser/component_updater/component_updater_service.h', |
| 398 'browser/component_updater/component_updater_service_observer.h', |
| 399 'browser/component_updater/crx_update_item.h', |
| 396 'browser/component_updater/flash_component_installer.h', | 400 'browser/component_updater/flash_component_installer.h', |
| 397 'browser/component_updater/pepper_flash_component_installer.cc', | 401 'browser/component_updater/pepper_flash_component_installer.cc', |
| 398 'browser/component_updater/pnacl/pnacl_component_installer.cc', | 402 'browser/component_updater/pnacl/pnacl_component_installer.cc', |
| 399 'browser/component_updater/pnacl/pnacl_component_installer.h', | 403 'browser/component_updater/pnacl/pnacl_component_installer.h', |
| 400 'browser/component_updater/pnacl/pnacl_profile_observer.cc', | 404 'browser/component_updater/pnacl/pnacl_profile_observer.cc', |
| 401 'browser/component_updater/pnacl/pnacl_profile_observer.h', | 405 'browser/component_updater/pnacl/pnacl_profile_observer.h', |
| 402 'browser/component_updater/pnacl/pnacl_updater_observer.cc', | 406 'browser/component_updater/pnacl/pnacl_updater_observer.cc', |
| 403 'browser/component_updater/pnacl/pnacl_updater_observer.h', | 407 'browser/component_updater/pnacl/pnacl_updater_observer.h', |
| 404 'browser/component_updater/recovery_component_installer.cc', | 408 'browser/component_updater/recovery_component_installer.cc', |
| 405 'browser/component_updater/recovery_component_installer.h', | 409 'browser/component_updater/recovery_component_installer.h', |
| (...skipping 2964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3370 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3374 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3371 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3375 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3372 }, | 3376 }, |
| 3373 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3377 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3374 }, | 3378 }, |
| 3375 ], | 3379 ], |
| 3376 }, | 3380 }, |
| 3377 ], | 3381 ], |
| 3378 ], | 3382 ], |
| 3379 } | 3383 } |
| OLD | NEW |