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 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1715 'browser/safe_browsing/safe_browsing_util.h', | 1715 'browser/safe_browsing/safe_browsing_util.h', |
1716 'browser/safe_browsing/sandboxed_zip_analyzer.cc', | 1716 'browser/safe_browsing/sandboxed_zip_analyzer.cc', |
1717 'browser/safe_browsing/sandboxed_zip_analyzer.h', | 1717 'browser/safe_browsing/sandboxed_zip_analyzer.h', |
1718 'browser/safe_browsing/signature_util_posix.cc', | 1718 'browser/safe_browsing/signature_util_posix.cc', |
1719 'browser/safe_browsing/signature_util_win.cc', | 1719 'browser/safe_browsing/signature_util_win.cc', |
1720 'browser/safe_browsing/signature_util.h', | 1720 'browser/safe_browsing/signature_util.h', |
1721 'browser/safe_browsing/two_phase_uploader.cc', | 1721 'browser/safe_browsing/two_phase_uploader.cc', |
1722 'browser/safe_browsing/two_phase_uploader.h', | 1722 'browser/safe_browsing/two_phase_uploader.h', |
1723 'browser/safe_browsing/ui_manager.cc', | 1723 'browser/safe_browsing/ui_manager.cc', |
1724 'browser/safe_browsing/ui_manager.h', | 1724 'browser/safe_browsing/ui_manager.h', |
| 1725 'browser/safe_json_parser.cc', |
| 1726 'browser/safe_json_parser.h', |
1725 'browser/screensaver_window_finder_gtk.cc', | 1727 'browser/screensaver_window_finder_gtk.cc', |
1726 'browser/screensaver_window_finder_gtk.h', | 1728 'browser/screensaver_window_finder_gtk.h', |
1727 'browser/search/iframe_source.cc', | 1729 'browser/search/iframe_source.cc', |
1728 'browser/search/iframe_source.h', | 1730 'browser/search/iframe_source.h', |
1729 'browser/search/instant_extended_context_menu_observer.cc', | 1731 'browser/search/instant_extended_context_menu_observer.cc', |
1730 'browser/search/instant_extended_context_menu_observer.h', | 1732 'browser/search/instant_extended_context_menu_observer.h', |
1731 'browser/search/instant_io_context.cc', | 1733 'browser/search/instant_io_context.cc', |
1732 'browser/search/instant_io_context.h', | 1734 'browser/search/instant_io_context.h', |
1733 'browser/search/instant_service.cc', | 1735 'browser/search/instant_service.cc', |
1734 'browser/search/instant_service.h', | 1736 'browser/search/instant_service.h', |
(...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3208 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3210 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3209 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3211 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3210 }, | 3212 }, |
3211 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3213 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3212 }, | 3214 }, |
3213 ], | 3215 ], |
3214 }, | 3216 }, |
3215 ], | 3217 ], |
3216 ], | 3218 ], |
3217 } | 3219 } |
OLD | NEW |