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

Side by Side Diff: chrome/chrome.gyp

Issue 67212: Fixes to make shared build work for app (chrome) target on linux. (Closed)
Patch Set: merge with HEAD Created 11 years, 8 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
« no previous file with comments | « build/common.gypi ('k') | media/media.gyp » ('j') | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 2700 matching lines...) Expand 10 before | Expand all | Expand 10 after
2711 'sources!': [ 2711 'sources!': [
2712 'views/accelerator.cc', 2712 'views/accelerator.cc',
2713 'views/accessibility/accessible_wrapper.cc', 2713 'views/accessibility/accessible_wrapper.cc',
2714 'views/accessibility/view_accessibility.cc', 2714 'views/accessibility/view_accessibility.cc',
2715 'views/controls/scrollbar/bitmap_scroll_bar.cc', 2715 'views/controls/scrollbar/bitmap_scroll_bar.cc',
2716 'views/controls/button/image_button.cc', 2716 'views/controls/button/image_button.cc',
2717 'views/controls/button/button_dropdown.cc', 2717 'views/controls/button/button_dropdown.cc',
2718 'views/controls/button/checkbox.cc', 2718 'views/controls/button/checkbox.cc',
2719 'views/controls/menu/chrome_menu.cc', 2719 'views/controls/menu/chrome_menu.cc',
2720 'views/controls/combo_box.cc', 2720 'views/controls/combo_box.cc',
2721 'views/controls/scroll_view.cc',
2722 'views/focus/external_focus_tracker.cc',
2721 'views/focus/focus_manager.cc', 2723 'views/focus/focus_manager.cc',
2722 'views/controls/table/group_table_view.cc', 2724 'views/controls/table/group_table_view.cc',
2723 'views/controls/hwnd_view.cc', 2725 'views/controls/hwnd_view.cc',
2724 'views/controls/link.cc', 2726 'views/controls/link.cc',
2725 'views/controls/menu/menu.cc', 2727 'views/controls/menu/menu.cc',
2726 'views/controls/button/menu_button.cc', 2728 'views/controls/button/menu_button.cc',
2727 'views/controls/message_box_view.cc', 2729 'views/controls/message_box_view.cc',
2728 'views/controls/button/native_button.cc', 2730 'views/controls/button/native_button.cc',
2729 'views/controls/native_control.cc', 2731 'views/controls/native_control.cc',
2730 'views/controls/scrollbar/native_scroll_bar.cc', 2732 'views/controls/scrollbar/native_scroll_bar.cc',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
2920 '../tools/code_coverage/coverage_posix.py', 2922 '../tools/code_coverage/coverage_posix.py',
2921 '--directory', 2923 '--directory',
2922 '<(PRODUCT_DIR)' ], 2924 '<(PRODUCT_DIR)' ],
2923 }, 2925 },
2924 ], # 'actions' 2926 ], # 'actions'
2925 }, 2927 },
2926 ] 2928 ]
2927 }], 2929 }],
2928 ], # 'conditions' 2930 ], # 'conditions'
2929 } 2931 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698