| 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 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1633 'browser/profiles/profile_info_cache_observer.h', | 1633 'browser/profiles/profile_info_cache_observer.h', |
| 1634 'browser/profiles/profile_info_interface.h', | 1634 'browser/profiles/profile_info_interface.h', |
| 1635 'browser/profiles/profile_info_util.cc', | 1635 'browser/profiles/profile_info_util.cc', |
| 1636 'browser/profiles/profile_info_util.h', | 1636 'browser/profiles/profile_info_util.h', |
| 1637 'browser/profiles/profile_io_data.cc', | 1637 'browser/profiles/profile_io_data.cc', |
| 1638 'browser/profiles/profile_io_data.h', | 1638 'browser/profiles/profile_io_data.h', |
| 1639 'browser/profiles/profile_loader.cc', | 1639 'browser/profiles/profile_loader.cc', |
| 1640 'browser/profiles/profile_loader.h', | 1640 'browser/profiles/profile_loader.h', |
| 1641 'browser/profiles/profile_manager.cc', | 1641 'browser/profiles/profile_manager.cc', |
| 1642 'browser/profiles/profile_manager.h', | 1642 'browser/profiles/profile_manager.h', |
| 1643 'browser/profiles/profile_manager_util.cc', |
| 1644 'browser/profiles/profile_manager_util.h', |
| 1643 'browser/profiles/profile_metrics.cc', | 1645 'browser/profiles/profile_metrics.cc', |
| 1644 'browser/profiles/profile_metrics.h', | 1646 'browser/profiles/profile_metrics.h', |
| 1645 'browser/profiles/profile_shortcut_manager.cc', | 1647 'browser/profiles/profile_shortcut_manager.cc', |
| 1646 'browser/profiles/profile_shortcut_manager.h', | 1648 'browser/profiles/profile_shortcut_manager.h', |
| 1647 'browser/profiles/profile_shortcut_manager_stub.cc', | 1649 'browser/profiles/profile_shortcut_manager_stub.cc', |
| 1648 'browser/profiles/profile_shortcut_manager_win.cc', | 1650 'browser/profiles/profile_shortcut_manager_win.cc', |
| 1649 'browser/profiles/profile_shortcut_manager_win.h', | 1651 'browser/profiles/profile_shortcut_manager_win.h', |
| 1650 'browser/profiles/startup_task_runner_service.cc', | 1652 'browser/profiles/startup_task_runner_service.cc', |
| 1651 'browser/profiles/startup_task_runner_service.h', | 1653 'browser/profiles/startup_task_runner_service.h', |
| 1652 'browser/profiles/startup_task_runner_service_factory.cc', | 1654 'browser/profiles/startup_task_runner_service_factory.cc', |
| (...skipping 1736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3389 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3391 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3390 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3392 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3391 }, | 3393 }, |
| 3392 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3394 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3393 }, | 3395 }, |
| 3394 ], | 3396 ], |
| 3395 }, | 3397 }, |
| 3396 ], | 3398 ], |
| 3397 ], | 3399 ], |
| 3398 } | 3400 } |
| OLD | NEW |