| 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 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1448 'browser/process_singleton_linux.cc', | 1448 'browser/process_singleton_linux.cc', |
| 1449 'browser/process_singleton_mac.cc', | 1449 'browser/process_singleton_mac.cc', |
| 1450 'browser/process_singleton_win.cc', | 1450 'browser/process_singleton_win.cc', |
| 1451 'browser/profiles/avatar_menu_model.cc', | 1451 'browser/profiles/avatar_menu_model.cc', |
| 1452 'browser/profiles/avatar_menu_model.h', | 1452 'browser/profiles/avatar_menu_model.h', |
| 1453 'browser/profiles/avatar_menu_model_observer.h', | 1453 'browser/profiles/avatar_menu_model_observer.h', |
| 1454 'browser/profiles/bookmark_model_loaded_observer.cc', | 1454 'browser/profiles/bookmark_model_loaded_observer.cc', |
| 1455 'browser/profiles/bookmark_model_loaded_observer.h', | 1455 'browser/profiles/bookmark_model_loaded_observer.h', |
| 1456 'browser/profiles/chrome_version_service.cc', | 1456 'browser/profiles/chrome_version_service.cc', |
| 1457 'browser/profiles/chrome_version_service.h', | 1457 'browser/profiles/chrome_version_service.h', |
| 1458 'browser/profiles/dependency_graph.cc', |
| 1459 'browser/profiles/dependency_graph.h', |
| 1458 'browser/profiles/gaia_info_update_service.cc', | 1460 'browser/profiles/gaia_info_update_service.cc', |
| 1459 'browser/profiles/gaia_info_update_service.h', | 1461 'browser/profiles/gaia_info_update_service.h', |
| 1460 'browser/profiles/gaia_info_update_service_factory.cc', | 1462 'browser/profiles/gaia_info_update_service_factory.cc', |
| 1461 'browser/profiles/gaia_info_update_service_factory.h', | 1463 'browser/profiles/gaia_info_update_service_factory.h', |
| 1462 'browser/profiles/off_the_record_profile_impl.cc', | 1464 'browser/profiles/off_the_record_profile_impl.cc', |
| 1463 'browser/profiles/off_the_record_profile_impl.h', | 1465 'browser/profiles/off_the_record_profile_impl.h', |
| 1464 'browser/profiles/off_the_record_profile_io_data.cc', | 1466 'browser/profiles/off_the_record_profile_io_data.cc', |
| 1465 'browser/profiles/off_the_record_profile_io_data.h', | 1467 'browser/profiles/off_the_record_profile_io_data.h', |
| 1466 'browser/profiles/profile.cc', | 1468 'browser/profiles/profile.cc', |
| 1467 'browser/profiles/profile.h', | 1469 'browser/profiles/profile.h', |
| (...skipping 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3015 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3017 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3016 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3018 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3017 }, | 3019 }, |
| 3018 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3020 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3019 }, | 3021 }, |
| 3020 ], | 3022 ], |
| 3021 }, | 3023 }, |
| 3022 ], | 3024 ], |
| 3023 ], | 3025 ], |
| 3024 } | 3026 } |
| OLD | NEW |