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 1907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1918 'browser/safe_browsing/sandboxed_zip_analyzer.cc', | 1918 'browser/safe_browsing/sandboxed_zip_analyzer.cc', |
1919 'browser/safe_browsing/sandboxed_zip_analyzer.h', | 1919 'browser/safe_browsing/sandboxed_zip_analyzer.h', |
1920 'browser/safe_browsing/two_phase_uploader.cc', | 1920 'browser/safe_browsing/two_phase_uploader.cc', |
1921 'browser/safe_browsing/two_phase_uploader.h', | 1921 'browser/safe_browsing/two_phase_uploader.h', |
1922 'browser/safe_browsing/ui_manager.cc', | 1922 'browser/safe_browsing/ui_manager.cc', |
1923 'browser/safe_browsing/ui_manager.h', | 1923 'browser/safe_browsing/ui_manager.h', |
1924 'browser/safe_json_parser.cc', | 1924 'browser/safe_json_parser.cc', |
1925 'browser/safe_json_parser.h', | 1925 'browser/safe_json_parser.h', |
1926 'browser/screensaver_window_finder_x11.cc', | 1926 'browser/screensaver_window_finder_x11.cc', |
1927 'browser/screensaver_window_finder_x11.h', | 1927 'browser/screensaver_window_finder_x11.h', |
| 1928 'browser/search/hotword_client.h', |
1928 'browser/search/hotword_service.cc', | 1929 'browser/search/hotword_service.cc', |
1929 'browser/search/hotword_service.h', | 1930 'browser/search/hotword_service.h', |
1930 'browser/search/hotword_service_factory.cc', | 1931 'browser/search/hotword_service_factory.cc', |
1931 'browser/search/hotword_service_factory.h', | 1932 'browser/search/hotword_service_factory.h', |
1932 'browser/search/iframe_source.cc', | 1933 'browser/search/iframe_source.cc', |
1933 'browser/search/iframe_source.h', | 1934 'browser/search/iframe_source.h', |
1934 'browser/search/instant_io_context.cc', | 1935 'browser/search/instant_io_context.cc', |
1935 'browser/search/instant_io_context.h', | 1936 'browser/search/instant_io_context.h', |
1936 'browser/search/instant_service.cc', | 1937 'browser/search/instant_service.cc', |
1937 'browser/search/instant_service.h', | 1938 'browser/search/instant_service.h', |
(...skipping 1802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3740 'package_name': 'org/chromium/chrome/browser', | 3741 'package_name': 'org/chromium/chrome/browser', |
3741 'template_deps': ['browser/android/tab_load_status.h'], | 3742 'template_deps': ['browser/android/tab_load_status.h'], |
3742 }, | 3743 }, |
3743 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3744 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3744 }, | 3745 }, |
3745 ], | 3746 ], |
3746 }, | 3747 }, |
3747 ], | 3748 ], |
3748 ], | 3749 ], |
3749 } | 3750 } |
OLD | NEW |