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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9030017: Implement ShellWindow in Views. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 11 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3447 matching lines...) Expand 10 before | Expand all | Expand 10 after
3458 'browser/ui/views/extensions/extension_dialog_observer.cc', 3458 'browser/ui/views/extensions/extension_dialog_observer.cc',
3459 'browser/ui/views/extensions/extension_dialog_observer.h', 3459 'browser/ui/views/extensions/extension_dialog_observer.h',
3460 'browser/ui/views/extensions/extension_install_dialog_view.cc', 3460 'browser/ui/views/extensions/extension_install_dialog_view.cc',
3461 'browser/ui/views/extensions/extension_installed_bubble.cc', 3461 'browser/ui/views/extensions/extension_installed_bubble.cc',
3462 'browser/ui/views/extensions/extension_installed_bubble.h', 3462 'browser/ui/views/extensions/extension_installed_bubble.h',
3463 'browser/ui/views/extensions/extension_popup.cc', 3463 'browser/ui/views/extensions/extension_popup.cc',
3464 'browser/ui/views/extensions/extension_popup.h', 3464 'browser/ui/views/extensions/extension_popup.h',
3465 'browser/ui/views/extensions/extension_uninstall_dialog_view.cc', 3465 'browser/ui/views/extensions/extension_uninstall_dialog_view.cc',
3466 'browser/ui/views/extensions/extension_view.cc', 3466 'browser/ui/views/extensions/extension_view.cc',
3467 'browser/ui/views/extensions/extension_view.h', 3467 'browser/ui/views/extensions/extension_view.h',
3468 'browser/ui/views/extensions/shell_window_views.h',
3469 'browser/ui/views/extensions/shell_window_views.cc',
3468 'browser/ui/views/external_protocol_dialog.cc', 3470 'browser/ui/views/external_protocol_dialog.cc',
3469 'browser/ui/views/external_protocol_dialog.h', 3471 'browser/ui/views/external_protocol_dialog.h',
3470 'browser/ui/views/find_bar_host.cc', 3472 'browser/ui/views/find_bar_host.cc',
3471 'browser/ui/views/find_bar_host.h', 3473 'browser/ui/views/find_bar_host.h',
3472 'browser/ui/views/find_bar_host_aura.cc', 3474 'browser/ui/views/find_bar_host_aura.cc',
3473 'browser/ui/views/find_bar_host_gtk.cc', 3475 'browser/ui/views/find_bar_host_gtk.cc',
3474 'browser/ui/views/find_bar_host_win.cc', 3476 'browser/ui/views/find_bar_host_win.cc',
3475 'browser/ui/views/find_bar_view.cc', 3477 'browser/ui/views/find_bar_view.cc',
3476 'browser/ui/views/find_bar_view.h', 3478 'browser/ui/views/find_bar_view.h',
3477 'browser/ui/views/first_run_bubble.cc', 3479 'browser/ui/views/first_run_bubble.cc',
(...skipping 1935 matching lines...) Expand 10 before | Expand all | Expand 10 after
5413 'type': 'static_library', 5415 'type': 'static_library',
5414 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5416 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5415 'variables': { 5417 'variables': {
5416 'proto_in_dir': 'browser/history', 5418 'proto_in_dir': 'browser/history',
5417 'proto_out_dir': 'chrome/browser/history', 5419 'proto_out_dir': 'chrome/browser/history',
5418 }, 5420 },
5419 'includes': [ '../build/protoc.gypi' ] 5421 'includes': [ '../build/protoc.gypi' ]
5420 }, 5422 },
5421 ], 5423 ],
5422 } 5424 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698