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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 10869073: Split user agent code out of the 'glue' target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to trunk Created 8 years, 3 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/chrome_browser_extensions.gypi ('k') | chrome/chrome_common.gypi » ('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) 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_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 '../ui/ui.gyp:ui', 71 '../ui/ui.gyp:ui',
72 '../ui/ui.gyp:ui_resources', 72 '../ui/ui.gyp:ui_resources',
73 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 73 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
74 '../v8/tools/gyp/v8.gyp:v8', 74 '../v8/tools/gyp/v8.gyp:v8',
75 '../webkit/support/webkit_support.gyp:appcache', 75 '../webkit/support/webkit_support.gyp:appcache',
76 '../webkit/support/webkit_support.gyp:blob', 76 '../webkit/support/webkit_support.gyp:blob',
77 '../webkit/support/webkit_support.gyp:database', 77 '../webkit/support/webkit_support.gyp:database',
78 '../webkit/support/webkit_support.gyp:fileapi', 78 '../webkit/support/webkit_support.gyp:fileapi',
79 '../webkit/support/webkit_support.gyp:glue', 79 '../webkit/support/webkit_support.gyp:glue',
80 '../webkit/support/webkit_support.gyp:quota', 80 '../webkit/support/webkit_support.gyp:quota',
81 '../webkit/support/webkit_support.gyp:user_agent',
81 '../webkit/support/webkit_support.gyp:webkit_resources', 82 '../webkit/support/webkit_support.gyp:webkit_resources',
82 '../webkit/support/webkit_support.gyp:webkit_user_agent',
83 ], 83 ],
84 'include_dirs': [ 84 'include_dirs': [
85 '..', 85 '..',
86 '<(INTERMEDIATE_DIR)', 86 '<(INTERMEDIATE_DIR)',
87 # Needed by pepper_flash_component_installer.cc. 87 # Needed by pepper_flash_component_installer.cc.
88 '<(SHARED_INTERMEDIATE_DIR)', 88 '<(SHARED_INTERMEDIATE_DIR)',
89 ], 89 ],
90 'defines': [ 90 'defines': [
91 '<@(nacl_defines)', 91 '<@(nacl_defines)',
92 ], 92 ],
(...skipping 2541 matching lines...) Expand 10 before | Expand all | Expand 10 after
2634 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2634 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2635 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2635 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2636 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2636 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2637 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2637 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2638 ]} 2638 ]}
2639 ], 2639 ],
2640 ], 2640 ],
2641 }, 2641 },
2642 ], 2642 ],
2643 } 2643 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698