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

Side by Side Diff: chrome/chrome_browser.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/browser/ui/webui/help/help_handler.cc ('k') | chrome/chrome_browser_chromeos.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', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 '../ui/ui.gyp:ui_resources', 69 '../ui/ui.gyp:ui_resources',
70 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 70 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
71 '../v8/tools/gyp/v8.gyp:v8', 71 '../v8/tools/gyp/v8.gyp:v8',
72 '../webkit/support/webkit_support.gyp:appcache', 72 '../webkit/support/webkit_support.gyp:appcache',
73 '../webkit/support/webkit_support.gyp:blob', 73 '../webkit/support/webkit_support.gyp:blob',
74 '../webkit/support/webkit_support.gyp:database', 74 '../webkit/support/webkit_support.gyp:database',
75 '../webkit/support/webkit_support.gyp:fileapi', 75 '../webkit/support/webkit_support.gyp:fileapi',
76 '../webkit/support/webkit_support.gyp:forms', 76 '../webkit/support/webkit_support.gyp:forms',
77 '../webkit/support/webkit_support.gyp:glue', 77 '../webkit/support/webkit_support.gyp:glue',
78 '../webkit/support/webkit_support.gyp:quota', 78 '../webkit/support/webkit_support.gyp:quota',
79 '../webkit/support/webkit_support.gyp:user_agent',
79 '../webkit/support/webkit_support.gyp:webkit_resources', 80 '../webkit/support/webkit_support.gyp:webkit_resources',
80 '../webkit/support/webkit_support.gyp:webkit_user_agent',
81 ], 81 ],
82 'include_dirs': [ 82 'include_dirs': [
83 '..', 83 '..',
84 '<(INTERMEDIATE_DIR)', 84 '<(INTERMEDIATE_DIR)',
85 # Needed by pepper_flash_component_installer.cc. 85 # Needed by pepper_flash_component_installer.cc.
86 '<(SHARED_INTERMEDIATE_DIR)', 86 '<(SHARED_INTERMEDIATE_DIR)',
87 ], 87 ],
88 'defines': [ 88 'defines': [
89 '<@(nacl_defines)', 89 '<@(nacl_defines)',
90 ], 90 ],
(...skipping 2677 matching lines...) Expand 10 before | Expand all | Expand 10 after
2768 'includes': [ '../build/jni_generator.gypi' ], 2768 'includes': [ '../build/jni_generator.gypi' ],
2769 'dependencies': [ 2769 'dependencies': [
2770 'android_jar_jni_headers', 2770 'android_jar_jni_headers',
2771 ], 2771 ],
2772 }, 2772 },
2773 ], 2773 ],
2774 }, 2774 },
2775 ], 2775 ],
2776 ], 2776 ],
2777 } 2777 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/help/help_handler.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698