| 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 3843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3854 'browser/ui/webui/inspect_ui.cc', | 3854 'browser/ui/webui/inspect_ui.cc', |
| 3855 'browser/ui/webui/inspect_ui.h', | 3855 'browser/ui/webui/inspect_ui.h', |
| 3856 'browser/ui/webui/media/media_internals_handler.cc', | 3856 'browser/ui/webui/media/media_internals_handler.cc', |
| 3857 'browser/ui/webui/media/media_internals_handler.h', | 3857 'browser/ui/webui/media/media_internals_handler.h', |
| 3858 'browser/ui/webui/media/media_internals_proxy.cc', | 3858 'browser/ui/webui/media/media_internals_proxy.cc', |
| 3859 'browser/ui/webui/media/media_internals_proxy.h', | 3859 'browser/ui/webui/media/media_internals_proxy.h', |
| 3860 'browser/ui/webui/media/media_internals_ui.cc', | 3860 'browser/ui/webui/media/media_internals_ui.cc', |
| 3861 'browser/ui/webui/media/media_internals_ui.h', | 3861 'browser/ui/webui/media/media_internals_ui.h', |
| 3862 'browser/ui/webui/metrics_handler.cc', | 3862 'browser/ui/webui/metrics_handler.cc', |
| 3863 'browser/ui/webui/metrics_handler.h', | 3863 'browser/ui/webui/metrics_handler.h', |
| 3864 'browser/ui/webui/metroizer_ui.cc', |
| 3865 'browser/ui/webui/metroizer_ui.h', |
| 3864 'browser/ui/webui/net_internals/net_internals_ui.cc', | 3866 'browser/ui/webui/net_internals/net_internals_ui.cc', |
| 3865 'browser/ui/webui/net_internals/net_internals_ui.h', | 3867 'browser/ui/webui/net_internals/net_internals_ui.h', |
| 3866 'browser/ui/webui/ntp/app_launcher_handler.cc', | 3868 'browser/ui/webui/ntp/app_launcher_handler.cc', |
| 3867 'browser/ui/webui/ntp/app_launcher_handler.h', | 3869 'browser/ui/webui/ntp/app_launcher_handler.h', |
| 3868 'browser/ui/webui/ntp/favicon_webui_handler.cc', | 3870 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
| 3869 'browser/ui/webui/ntp/favicon_webui_handler.h', | 3871 'browser/ui/webui/ntp/favicon_webui_handler.h', |
| 3870 'browser/ui/webui/ntp/foreign_session_handler.cc', | 3872 'browser/ui/webui/ntp/foreign_session_handler.cc', |
| 3871 'browser/ui/webui/ntp/foreign_session_handler.h', | 3873 'browser/ui/webui/ntp/foreign_session_handler.h', |
| 3872 'browser/ui/webui/ntp/most_visited_handler.cc', | 3874 'browser/ui/webui/ntp/most_visited_handler.cc', |
| 3873 'browser/ui/webui/ntp/most_visited_handler.h', | 3875 'browser/ui/webui/ntp/most_visited_handler.h', |
| (...skipping 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5250 'browser/metrics/proto/study.proto', | 5252 'browser/metrics/proto/study.proto', |
| 5251 ], | 5253 ], |
| 5252 'variables': { | 5254 'variables': { |
| 5253 'proto_in_dir': 'browser/metrics/proto', | 5255 'proto_in_dir': 'browser/metrics/proto', |
| 5254 'proto_out_dir': 'chrome/browser/metrics/proto', | 5256 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5255 }, | 5257 }, |
| 5256 'includes': [ '../build/protoc.gypi' ] | 5258 'includes': [ '../build/protoc.gypi' ] |
| 5257 }, | 5259 }, |
| 5258 ], | 5260 ], |
| 5259 } | 5261 } |
| OLD | NEW |