| 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 1690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1701 'browser/safe_browsing/safe_browsing_util.h', | 1701 'browser/safe_browsing/safe_browsing_util.h', |
| 1702 'browser/safe_browsing/sandboxed_zip_analyzer.cc', | 1702 'browser/safe_browsing/sandboxed_zip_analyzer.cc', |
| 1703 'browser/safe_browsing/sandboxed_zip_analyzer.h', | 1703 'browser/safe_browsing/sandboxed_zip_analyzer.h', |
| 1704 'browser/safe_browsing/signature_util_posix.cc', | 1704 'browser/safe_browsing/signature_util_posix.cc', |
| 1705 'browser/safe_browsing/signature_util_win.cc', | 1705 'browser/safe_browsing/signature_util_win.cc', |
| 1706 'browser/safe_browsing/signature_util.h', | 1706 'browser/safe_browsing/signature_util.h', |
| 1707 'browser/safe_browsing/two_phase_uploader.cc', | 1707 'browser/safe_browsing/two_phase_uploader.cc', |
| 1708 'browser/safe_browsing/two_phase_uploader.h', | 1708 'browser/safe_browsing/two_phase_uploader.h', |
| 1709 'browser/safe_browsing/ui_manager.cc', | 1709 'browser/safe_browsing/ui_manager.cc', |
| 1710 'browser/safe_browsing/ui_manager.h', | 1710 'browser/safe_browsing/ui_manager.h', |
| 1711 'browser/safe_json_parser.cc', |
| 1712 'browser/safe_json_parser.h', |
| 1711 'browser/screensaver_window_finder_gtk.cc', | 1713 'browser/screensaver_window_finder_gtk.cc', |
| 1712 'browser/screensaver_window_finder_gtk.h', | 1714 'browser/screensaver_window_finder_gtk.h', |
| 1713 'browser/search/iframe_source.cc', | 1715 'browser/search/iframe_source.cc', |
| 1714 'browser/search/iframe_source.h', | 1716 'browser/search/iframe_source.h', |
| 1715 'browser/search/instant_extended_context_menu_observer.cc', | 1717 'browser/search/instant_extended_context_menu_observer.cc', |
| 1716 'browser/search/instant_extended_context_menu_observer.h', | 1718 'browser/search/instant_extended_context_menu_observer.h', |
| 1717 'browser/search/instant_io_context.cc', | 1719 'browser/search/instant_io_context.cc', |
| 1718 'browser/search/instant_io_context.h', | 1720 'browser/search/instant_io_context.h', |
| 1719 'browser/search/instant_service.cc', | 1721 'browser/search/instant_service.cc', |
| 1720 'browser/search/instant_service.h', | 1722 'browser/search/instant_service.h', |
| (...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3194 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3196 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3195 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3197 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3196 }, | 3198 }, |
| 3197 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3199 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3198 }, | 3200 }, |
| 3199 ], | 3201 ], |
| 3200 }, | 3202 }, |
| 3201 ], | 3203 ], |
| 3202 ], | 3204 ], |
| 3203 } | 3205 } |
| OLD | NEW |