OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 4846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4857 'browser/ui/chrome_pages.cc', | 4857 'browser/ui/chrome_pages.cc', |
4858 'browser/ui/chrome_pages.h', | 4858 'browser/ui/chrome_pages.h', |
4859 'browser/ui/sad_tab_helper.cc', | 4859 'browser/ui/sad_tab_helper.cc', |
4860 'browser/ui/singleton_tabs.cc', | 4860 'browser/ui/singleton_tabs.cc', |
4861 'browser/ui/singleton_tabs.h', | 4861 'browser/ui/singleton_tabs.h', |
4862 'browser/ui/sync/browser_synced_window_delegate.cc', | 4862 'browser/ui/sync/browser_synced_window_delegate.cc', |
4863 'browser/ui/tab_contents/tab_contents_iterator.cc', | 4863 'browser/ui/tab_contents/tab_contents_iterator.cc', |
4864 'browser/ui/webui/certificate_viewer_webui.cc', | 4864 'browser/ui/webui/certificate_viewer_webui.cc', |
4865 'browser/ui/webui/extensions/command_handler.cc', | 4865 'browser/ui/webui/extensions/command_handler.cc', |
4866 'browser/ui/webui/extensions/extensions_ui.cc', | 4866 'browser/ui/webui/extensions/extensions_ui.cc', |
| 4867 'browser/ui/webui/extensions/extension_settings_handler.cc', |
| 4868 'browser/ui/webui/extensions/extension_settings_handler.h', |
4867 'browser/ui/webui/extensions/install_extension_handler.cc', | 4869 'browser/ui/webui/extensions/install_extension_handler.cc', |
4868 'browser/ui/webui/ntp/app_launcher_handler.cc', | 4870 'browser/ui/webui/ntp/app_launcher_handler.cc', |
4869 'browser/ui/webui/ntp/app_launcher_handler.h', | 4871 'browser/ui/webui/ntp/app_launcher_handler.h', |
4870 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 4872 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
4871 'browser/ui/webui/plugins_ui.cc', | 4873 'browser/ui/webui/plugins_ui.cc', |
4872 'browser/ui/webui/plugins_ui.h', | 4874 'browser/ui/webui/plugins_ui.h', |
4873 'browser/ui/window_sizer/window_sizer.cc', | 4875 'browser/ui/window_sizer/window_sizer.cc', |
4874 'browser/ui/window_sizer/window_sizer.h', | 4876 'browser/ui/window_sizer/window_sizer.h', |
4875 'browser/upgrade_detector.cc', | 4877 'browser/upgrade_detector.cc', |
4876 'browser/upgrade_detector.h', | 4878 'browser/upgrade_detector.h', |
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5374 'browser/metrics/proto/study.proto', | 5376 'browser/metrics/proto/study.proto', |
5375 ], | 5377 ], |
5376 'variables': { | 5378 'variables': { |
5377 'proto_in_dir': 'browser/metrics/proto', | 5379 'proto_in_dir': 'browser/metrics/proto', |
5378 'proto_out_dir': 'chrome/browser/metrics/proto', | 5380 'proto_out_dir': 'chrome/browser/metrics/proto', |
5379 }, | 5381 }, |
5380 'includes': [ '../build/protoc.gypi' ] | 5382 'includes': [ '../build/protoc.gypi' ] |
5381 }, | 5383 }, |
5382 ], | 5384 ], |
5383 } | 5385 } |
OLD | NEW |