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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 192483007: Move chromeos/display/* to ui/display/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix formatting 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 (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_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 78 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
79 '../third_party/libevent/libevent.gyp:libevent', 79 '../third_party/libevent/libevent.gyp:libevent',
80 '../third_party/libjingle/libjingle.gyp:libjingle', 80 '../third_party/libjingle/libjingle.gyp:libjingle',
81 '../third_party/libusb/libusb.gyp:libusb', 81 '../third_party/libusb/libusb.gyp:libusb',
82 '../third_party/libxml/libxml.gyp:libxml', 82 '../third_party/libxml/libxml.gyp:libxml',
83 '../third_party/npapi/npapi.gyp:npapi', 83 '../third_party/npapi/npapi.gyp:npapi',
84 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 84 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
85 '../third_party/protobuf/protobuf.gyp:protoc#host', 85 '../third_party/protobuf/protobuf.gyp:protoc#host',
86 '../third_party/zlib/zlib.gyp:zlib', 86 '../third_party/zlib/zlib.gyp:zlib',
87 '../ui/base/strings/ui_strings.gyp:ui_strings', 87 '../ui/base/strings/ui_strings.gyp:ui_strings',
88 '../ui/display/display.gyp:display',
88 '../ui/events/events.gyp:dom4_keycode_converter', 89 '../ui/events/events.gyp:dom4_keycode_converter',
89 '../ui/resources/ui_resources.gyp:ui_resources', 90 '../ui/resources/ui_resources.gyp:ui_resources',
90 '../ui/surface/surface.gyp:surface', 91 '../ui/surface/surface.gyp:surface',
91 '../ui/ui.gyp:ui', 92 '../ui/ui.gyp:ui',
92 '../ui/views/controls/webview/webview.gyp:webview', 93 '../ui/views/controls/webview/webview.gyp:webview',
93 '../ui/views/controls/webview/webview.gyp:webview', 94 '../ui/views/controls/webview/webview.gyp:webview',
94 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 95 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
95 '../url/url.gyp:url_lib', 96 '../url/url.gyp:url_lib',
96 '../v8/tools/gyp/v8.gyp:v8', 97 '../v8/tools/gyp/v8.gyp:v8',
97 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 98 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 'browser/chromeos/attestation/attestation_signed_data.proto', 1038 'browser/chromeos/attestation/attestation_signed_data.proto',
1038 ], 1039 ],
1039 'variables': { 1040 'variables': {
1040 'proto_in_dir': 'browser/chromeos/attestation', 1041 'proto_in_dir': 'browser/chromeos/attestation',
1041 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1042 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1042 }, 1043 },
1043 'includes': [ '../build/protoc.gypi' ] 1044 'includes': [ '../build/protoc.gypi' ]
1044 }, 1045 },
1045 ], 1046 ],
1046 } 1047 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698