| 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 1726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1737 'browser/safe_browsing/two_phase_uploader.cc', | 1737 'browser/safe_browsing/two_phase_uploader.cc', |
| 1738 'browser/safe_browsing/two_phase_uploader.h', | 1738 'browser/safe_browsing/two_phase_uploader.h', |
| 1739 'browser/safe_browsing/ui_manager.cc', | 1739 'browser/safe_browsing/ui_manager.cc', |
| 1740 'browser/safe_browsing/ui_manager.h', | 1740 'browser/safe_browsing/ui_manager.h', |
| 1741 'browser/safe_json_parser.cc', | 1741 'browser/safe_json_parser.cc', |
| 1742 'browser/safe_json_parser.h', | 1742 'browser/safe_json_parser.h', |
| 1743 'browser/screensaver_window_finder_x11.cc', | 1743 'browser/screensaver_window_finder_x11.cc', |
| 1744 'browser/screensaver_window_finder_x11.h', | 1744 'browser/screensaver_window_finder_x11.h', |
| 1745 'browser/search/iframe_source.cc', | 1745 'browser/search/iframe_source.cc', |
| 1746 'browser/search/iframe_source.h', | 1746 'browser/search/iframe_source.h', |
| 1747 'browser/search/instant_extended_context_menu_observer.cc', | |
| 1748 'browser/search/instant_extended_context_menu_observer.h', | |
| 1749 'browser/search/instant_io_context.cc', | 1747 'browser/search/instant_io_context.cc', |
| 1750 'browser/search/instant_io_context.h', | 1748 'browser/search/instant_io_context.h', |
| 1751 'browser/search/instant_service.cc', | 1749 'browser/search/instant_service.cc', |
| 1752 'browser/search/instant_service.h', | 1750 'browser/search/instant_service.h', |
| 1753 'browser/search/instant_service_factory.cc', | 1751 'browser/search/instant_service_factory.cc', |
| 1754 'browser/search/instant_service_factory.h', | 1752 'browser/search/instant_service_factory.h', |
| 1755 'browser/search/instant_service_observer.h', | 1753 'browser/search/instant_service_observer.h', |
| 1756 'browser/search/local_ntp_source.cc', | 1754 'browser/search/local_ntp_source.cc', |
| 1757 'browser/search/local_ntp_source.h', | 1755 'browser/search/local_ntp_source.h', |
| 1758 'browser/search/most_visited_iframe_source.cc', | 1756 'browser/search/most_visited_iframe_source.cc', |
| (...skipping 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3357 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3355 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3358 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3356 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3359 }, | 3357 }, |
| 3360 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3358 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3361 }, | 3359 }, |
| 3362 ], | 3360 ], |
| 3363 }, | 3361 }, |
| 3364 ], | 3362 ], |
| 3365 ], | 3363 ], |
| 3366 } | 3364 } |
| OLD | NEW |