| 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 3228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3239 'browser/ui/intents/web_intent_picker_model.cc', | 3239 'browser/ui/intents/web_intent_picker_model.cc', |
| 3240 'browser/ui/intents/web_intent_picker_model.h', | 3240 'browser/ui/intents/web_intent_picker_model.h', |
| 3241 'browser/ui/intents/web_intent_picker_model_observer.h', | 3241 'browser/ui/intents/web_intent_picker_model_observer.h', |
| 3242 'browser/ui/intents/web_intents_model.cc', | 3242 'browser/ui/intents/web_intents_model.cc', |
| 3243 'browser/ui/intents/web_intents_model.h', | 3243 'browser/ui/intents/web_intents_model.h', |
| 3244 'browser/ui/login/login_model.h', | 3244 'browser/ui/login/login_model.h', |
| 3245 'browser/ui/login/login_prompt.cc', | 3245 'browser/ui/login/login_prompt.cc', |
| 3246 'browser/ui/login/login_prompt.h', | 3246 'browser/ui/login/login_prompt.h', |
| 3247 'browser/ui/media_stream_infobar_delegate.h', | 3247 'browser/ui/media_stream_infobar_delegate.h', |
| 3248 'browser/ui/media_stream_infobar_delegate.cc', | 3248 'browser/ui/media_stream_infobar_delegate.cc', |
| 3249 'browser/ui/metro_pin_tab_helper.cc', |
| 3250 'browser/ui/metro_pin_tab_helper.h', |
| 3249 'browser/ui/network_profile_bubble.cc', | 3251 'browser/ui/network_profile_bubble.cc', |
| 3250 'browser/ui/network_profile_bubble.h', | 3252 'browser/ui/network_profile_bubble.h', |
| 3251 'browser/ui/omnibox/location_bar.h', | 3253 'browser/ui/omnibox/location_bar.h', |
| 3252 'browser/ui/omnibox/location_bar_util.cc', | 3254 'browser/ui/omnibox/location_bar_util.cc', |
| 3253 'browser/ui/omnibox/location_bar_util.h', | 3255 'browser/ui/omnibox/location_bar_util.h', |
| 3254 'browser/ui/omnibox/omnibox_edit_controller.h', | 3256 'browser/ui/omnibox/omnibox_edit_controller.h', |
| 3255 'browser/ui/omnibox/omnibox_edit_model.cc', | 3257 'browser/ui/omnibox/omnibox_edit_model.cc', |
| 3256 'browser/ui/omnibox/omnibox_edit_model.h', | 3258 'browser/ui/omnibox/omnibox_edit_model.h', |
| 3257 'browser/ui/omnibox/omnibox_popup_model.cc', | 3259 'browser/ui/omnibox/omnibox_popup_model.cc', |
| 3258 'browser/ui/omnibox/omnibox_popup_model.h', | 3260 'browser/ui/omnibox/omnibox_popup_model.h', |
| (...skipping 2156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5415 'browser/metrics/proto/study.proto', | 5417 'browser/metrics/proto/study.proto', |
| 5416 ], | 5418 ], |
| 5417 'variables': { | 5419 'variables': { |
| 5418 'proto_in_dir': 'browser/metrics/proto', | 5420 'proto_in_dir': 'browser/metrics/proto', |
| 5419 'proto_out_dir': 'chrome/browser/metrics/proto', | 5421 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5420 }, | 5422 }, |
| 5421 'includes': [ '../build/protoc.gypi' ] | 5423 'includes': [ '../build/protoc.gypi' ] |
| 5422 }, | 5424 }, |
| 5423 ], | 5425 ], |
| 5424 } | 5426 } |
| OLD | NEW |