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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 186883002: Move user_agent code from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm build directory Created 6 years, 9 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 '../ui/accessibility/accessibility.gyp:accessibility', 51 '../ui/accessibility/accessibility.gyp:accessibility',
52 '../ui/base/strings/ui_strings.gyp:ui_strings', 52 '../ui/base/strings/ui_strings.gyp:ui_strings',
53 '../ui/events/events.gyp:events', 53 '../ui/events/events.gyp:events',
54 '../ui/gfx/gfx.gyp:gfx', 54 '../ui/gfx/gfx.gyp:gfx',
55 '../ui/gfx/gfx.gyp:gfx_geometry', 55 '../ui/gfx/gfx.gyp:gfx_geometry',
56 '../ui/message_center/message_center.gyp:message_center', 56 '../ui/message_center/message_center.gyp:message_center',
57 '../ui/native_theme/native_theme.gyp:native_theme', 57 '../ui/native_theme/native_theme.gyp:native_theme',
58 '../ui/resources/ui_resources.gyp:ui_resources', 58 '../ui/resources/ui_resources.gyp:ui_resources',
59 '../ui/snapshot/snapshot.gyp:snapshot', 59 '../ui/snapshot/snapshot.gyp:snapshot',
60 '../ui/ui.gyp:ui', 60 '../ui/ui.gyp:ui',
61 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
62 ], 61 ],
63 'include_dirs': [ 62 'include_dirs': [
64 '..', 63 '..',
65 '<(INTERMEDIATE_DIR)', 64 '<(INTERMEDIATE_DIR)',
66 # Needed by pepper_flash_component_installer.cc. 65 # Needed by pepper_flash_component_installer.cc.
67 '<(SHARED_INTERMEDIATE_DIR)', 66 '<(SHARED_INTERMEDIATE_DIR)',
68 ], 67 ],
69 'export_dependent_settings': [ 68 'export_dependent_settings': [
70 '../components/components.gyp:dom_distiller_core', 69 '../components/components.gyp:dom_distiller_core',
71 '../sync/sync.gyp:sync', 70 '../sync/sync.gyp:sync',
(...skipping 3350 matching lines...) Expand 10 before | Expand all | Expand 10 after
3422 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3421 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3423 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3422 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3424 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3423 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3425 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3424 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3426 ], 3425 ],
3427 }], 3426 }],
3428 ], 3427 ],
3429 }, 3428 },
3430 ], 3429 ],
3431 } 3430 }
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