Chromium Code Reviews| 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 3794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3805 'browser/ui/webui/inspect_ui.cc', | 3805 'browser/ui/webui/inspect_ui.cc', |
| 3806 'browser/ui/webui/inspect_ui.h', | 3806 'browser/ui/webui/inspect_ui.h', |
| 3807 'browser/ui/webui/media/media_internals_handler.cc', | 3807 'browser/ui/webui/media/media_internals_handler.cc', |
| 3808 'browser/ui/webui/media/media_internals_handler.h', | 3808 'browser/ui/webui/media/media_internals_handler.h', |
| 3809 'browser/ui/webui/media/media_internals_proxy.cc', | 3809 'browser/ui/webui/media/media_internals_proxy.cc', |
| 3810 'browser/ui/webui/media/media_internals_proxy.h', | 3810 'browser/ui/webui/media/media_internals_proxy.h', |
| 3811 'browser/ui/webui/media/media_internals_ui.cc', | 3811 'browser/ui/webui/media/media_internals_ui.cc', |
| 3812 'browser/ui/webui/media/media_internals_ui.h', | 3812 'browser/ui/webui/media/media_internals_ui.h', |
| 3813 'browser/ui/webui/metrics_handler.cc', | 3813 'browser/ui/webui/metrics_handler.cc', |
| 3814 'browser/ui/webui/metrics_handler.h', | 3814 'browser/ui/webui/metrics_handler.h', |
| 3815 'browser/ui/webui/metroizer_ui.cc', | |
|
grt (UTC plus 2)
2012/06/18 19:19:13
why aren't these metroizer_ui_win? the metroizer
motek.
2012/06/19 18:06:44
It doesn't. Ack & will do.
| |
| 3816 'browser/ui/webui/metroizer_ui.h', | |
| 3815 'browser/ui/webui/net_internals/net_internals_ui.cc', | 3817 'browser/ui/webui/net_internals/net_internals_ui.cc', |
| 3816 'browser/ui/webui/net_internals/net_internals_ui.h', | 3818 'browser/ui/webui/net_internals/net_internals_ui.h', |
| 3817 'browser/ui/webui/ntp/app_launcher_handler.cc', | 3819 'browser/ui/webui/ntp/app_launcher_handler.cc', |
| 3818 'browser/ui/webui/ntp/app_launcher_handler.h', | 3820 'browser/ui/webui/ntp/app_launcher_handler.h', |
| 3819 'browser/ui/webui/ntp/favicon_webui_handler.cc', | 3821 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
| 3820 'browser/ui/webui/ntp/favicon_webui_handler.h', | 3822 'browser/ui/webui/ntp/favicon_webui_handler.h', |
| 3821 'browser/ui/webui/ntp/foreign_session_handler.cc', | 3823 'browser/ui/webui/ntp/foreign_session_handler.cc', |
| 3822 'browser/ui/webui/ntp/foreign_session_handler.h', | 3824 'browser/ui/webui/ntp/foreign_session_handler.h', |
| 3823 'browser/ui/webui/ntp/most_visited_handler.cc', | 3825 'browser/ui/webui/ntp/most_visited_handler.cc', |
| 3824 'browser/ui/webui/ntp/most_visited_handler.h', | 3826 'browser/ui/webui/ntp/most_visited_handler.h', |
| (...skipping 1362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5187 'browser/metrics/proto/study.proto', | 5189 'browser/metrics/proto/study.proto', |
| 5188 ], | 5190 ], |
| 5189 'variables': { | 5191 'variables': { |
| 5190 'proto_in_dir': 'browser/metrics/proto', | 5192 'proto_in_dir': 'browser/metrics/proto', |
| 5191 'proto_out_dir': 'chrome/browser/metrics/proto', | 5193 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5192 }, | 5194 }, |
| 5193 'includes': [ '../build/protoc.gypi' ] | 5195 'includes': [ '../build/protoc.gypi' ] |
| 5194 }, | 5196 }, |
| 5195 ], | 5197 ], |
| 5196 } | 5198 } |
| OLD | NEW |