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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10703110: browser/ui: Unify the enum Kind of SadTab used by SadTabViews and SabTabGtk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/views/sad_tab_view.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 3282 matching lines...) Expand 10 before | Expand all | Expand 10 after
3293 'browser/ui/pdf/pdf_tab_observer.cc', 3293 'browser/ui/pdf/pdf_tab_observer.cc',
3294 'browser/ui/pdf/pdf_tab_observer.h', 3294 'browser/ui/pdf/pdf_tab_observer.h',
3295 'browser/ui/pdf/pdf_unsupported_feature.cc', 3295 'browser/ui/pdf/pdf_unsupported_feature.cc',
3296 'browser/ui/pdf/pdf_unsupported_feature.h', 3296 'browser/ui/pdf/pdf_unsupported_feature.h',
3297 'browser/ui/prefs/prefs_tab_helper.cc', 3297 'browser/ui/prefs/prefs_tab_helper.cc',
3298 'browser/ui/prefs/prefs_tab_helper.h', 3298 'browser/ui/prefs/prefs_tab_helper.h',
3299 'browser/ui/profile_error_dialog.cc', 3299 'browser/ui/profile_error_dialog.cc',
3300 'browser/ui/profile_error_dialog.h', 3300 'browser/ui/profile_error_dialog.h',
3301 'browser/ui/sad_tab_helper.cc', 3301 'browser/ui/sad_tab_helper.cc',
3302 'browser/ui/sad_tab_helper.h', 3302 'browser/ui/sad_tab_helper.h',
3303 'browser/ui/sad_tab_types.h',
3303 'browser/ui/search/search.cc', 3304 'browser/ui/search/search.cc',
3304 'browser/ui/search/search.h', 3305 'browser/ui/search/search.h',
3305 'browser/ui/search/search_delegate.cc', 3306 'browser/ui/search/search_delegate.cc',
3306 'browser/ui/search/search_delegate.h', 3307 'browser/ui/search/search_delegate.h',
3307 'browser/ui/search/search_model.cc', 3308 'browser/ui/search/search_model.cc',
3308 'browser/ui/search/search_model.h', 3309 'browser/ui/search/search_model.h',
3309 'browser/ui/search/search_model_observer.h', 3310 'browser/ui/search/search_model_observer.h',
3310 'browser/ui/search/search_model_observer_bridge.h', 3311 'browser/ui/search/search_model_observer_bridge.h',
3311 'browser/ui/search/search_tab_helper.cc', 3312 'browser/ui/search/search_tab_helper.cc',
3312 'browser/ui/search/search_tab_helper.h', 3313 'browser/ui/search/search_tab_helper.h',
(...skipping 2053 matching lines...) Expand 10 before | Expand all | Expand 10 after
5366 'browser/metrics/proto/study.proto', 5367 'browser/metrics/proto/study.proto',
5367 ], 5368 ],
5368 'variables': { 5369 'variables': {
5369 'proto_in_dir': 'browser/metrics/proto', 5370 'proto_in_dir': 'browser/metrics/proto',
5370 'proto_out_dir': 'chrome/browser/metrics/proto', 5371 'proto_out_dir': 'chrome/browser/metrics/proto',
5371 }, 5372 },
5372 'includes': [ '../build/protoc.gypi' ] 5373 'includes': [ '../build/protoc.gypi' ]
5373 }, 5374 },
5374 ], 5375 ],
5375 } 5376 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/sad_tab_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698