Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10801006: Allow secondary tiles to be unpinned. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove NULL check Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/toolbar/wrench_menu_model.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/toolbar/wrench_menu_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698