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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10815060: Relanding this as the initial attempt was reverted because of linux chrome os compile failures. (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/hung_renderer_view_win.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 3660 matching lines...) Expand 10 before | Expand all | Expand 10 after
3671 'browser/ui/views/frame/popup_non_client_frame_view.h', 3671 'browser/ui/views/frame/popup_non_client_frame_view.h',
3672 'browser/ui/views/frame/system_menu_model.cc', 3672 'browser/ui/views/frame/system_menu_model.cc',
3673 'browser/ui/views/frame/system_menu_model.h', 3673 'browser/ui/views/frame/system_menu_model.h',
3674 'browser/ui/views/frame/system_menu_model_delegate.cc', 3674 'browser/ui/views/frame/system_menu_model_delegate.cc',
3675 'browser/ui/views/frame/system_menu_model_delegate.h', 3675 'browser/ui/views/frame/system_menu_model_delegate.h',
3676 'browser/ui/views/fullscreen_exit_bubble_views.cc', 3676 'browser/ui/views/fullscreen_exit_bubble_views.cc',
3677 'browser/ui/views/fullscreen_exit_bubble_views.h', 3677 'browser/ui/views/fullscreen_exit_bubble_views.h',
3678 'browser/ui/views/global_error_bubble_view.cc', 3678 'browser/ui/views/global_error_bubble_view.cc',
3679 'browser/ui/views/global_error_bubble_view.h', 3679 'browser/ui/views/global_error_bubble_view.h',
3680 'browser/ui/views/hung_renderer_view.cc', 3680 'browser/ui/views/hung_renderer_view.cc',
3681 'browser/ui/views/hung_renderer_view.h',
3682 'browser/ui/views/hung_renderer_view_win.cc',
3683 'browser/ui/views/hung_renderer_view_win.h',
3681 'browser/ui/views/importer/import_lock_dialog_view.cc', 3684 'browser/ui/views/importer/import_lock_dialog_view.cc',
3682 'browser/ui/views/importer/import_lock_dialog_view.h', 3685 'browser/ui/views/importer/import_lock_dialog_view.h',
3683 'browser/ui/views/importer/import_progress_dialog_view.cc', 3686 'browser/ui/views/importer/import_progress_dialog_view.cc',
3684 'browser/ui/views/importer/import_progress_dialog_view.h', 3687 'browser/ui/views/importer/import_progress_dialog_view.h',
3685 'browser/ui/views/indexed_db_info_view.cc', 3688 'browser/ui/views/indexed_db_info_view.cc',
3686 'browser/ui/views/indexed_db_info_view.h', 3689 'browser/ui/views/indexed_db_info_view.h',
3687 'browser/ui/views/infobars/after_translate_infobar.cc', 3690 'browser/ui/views/infobars/after_translate_infobar.cc',
3688 'browser/ui/views/infobars/after_translate_infobar.h', 3691 'browser/ui/views/infobars/after_translate_infobar.h',
3689 'browser/ui/views/infobars/before_translate_infobar.cc', 3692 'browser/ui/views/infobars/before_translate_infobar.cc',
3690 'browser/ui/views/infobars/before_translate_infobar.h', 3693 'browser/ui/views/infobars/before_translate_infobar.h',
(...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after
5471 'variables': { 5474 'variables': {
5472 'jni_gen_dir': 'chrome', 5475 'jni_gen_dir': 'chrome',
5473 }, 5476 },
5474 'includes': [ '../build/jni_generator.gypi' ], 5477 'includes': [ '../build/jni_generator.gypi' ],
5475 }, 5478 },
5476 ], 5479 ],
5477 }, 5480 },
5478 ], 5481 ],
5479 ], 5482 ],
5480 } 5483 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/hung_renderer_view_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698