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

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: 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
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '../ui/accessibility/accessibility.gyp:accessibility', 50 '../ui/accessibility/accessibility.gyp:accessibility',
51 '../ui/base/strings/ui_strings.gyp:ui_strings', 51 '../ui/base/strings/ui_strings.gyp:ui_strings',
52 '../ui/events/events.gyp:events', 52 '../ui/events/events.gyp:events',
53 '../ui/gfx/gfx.gyp:gfx', 53 '../ui/gfx/gfx.gyp:gfx',
54 '../ui/gfx/gfx.gyp:gfx_geometry', 54 '../ui/gfx/gfx.gyp:gfx_geometry',
55 '../ui/message_center/message_center.gyp:message_center', 55 '../ui/message_center/message_center.gyp:message_center',
56 '../ui/native_theme/native_theme.gyp:native_theme', 56 '../ui/native_theme/native_theme.gyp:native_theme',
57 '../ui/resources/ui_resources.gyp:ui_resources', 57 '../ui/resources/ui_resources.gyp:ui_resources',
58 '../ui/snapshot/snapshot.gyp:snapshot', 58 '../ui/snapshot/snapshot.gyp:snapshot',
59 '../ui/ui.gyp:ui', 59 '../ui/ui.gyp:ui',
60 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
61 ], 60 ],
62 'include_dirs': [ 61 'include_dirs': [
63 '..', 62 '..',
64 '<(INTERMEDIATE_DIR)', 63 '<(INTERMEDIATE_DIR)',
65 # Needed by pepper_flash_component_installer.cc. 64 # Needed by pepper_flash_component_installer.cc.
66 '<(SHARED_INTERMEDIATE_DIR)', 65 '<(SHARED_INTERMEDIATE_DIR)',
67 ], 66 ],
68 'export_dependent_settings': [ 67 'export_dependent_settings': [
69 '../components/components.gyp:dom_distiller_core', 68 '../components/components.gyp:dom_distiller_core',
70 '../sync/sync.gyp:sync', 69 '../sync/sync.gyp:sync',
(...skipping 3343 matching lines...) Expand 10 before | Expand all | Expand 10 after
3414 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3413 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3415 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3414 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3416 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3415 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3417 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3416 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3418 ], 3417 ],
3419 }], 3418 }],
3420 ], 3419 ],
3421 }, 3420 },
3422 ], 3421 ],
3423 } 3422 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698