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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 6862002: Merge gpu_trace_event back into base/debug/trace_event (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge to 84062 Created 9 years, 7 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'conditions': [ 100 'conditions': [
101 ], 101 ],
102 }, 102 },
103 { 103 {
104 'target_name': 'glue', 104 'target_name': 'glue',
105 'type': '<(library)', 105 'type': '<(library)',
106 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', 106 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09',
107 'dependencies': [ 107 'dependencies': [
108 '<(DEPTH)/app/app.gyp:app_base', 108 '<(DEPTH)/app/app.gyp:app_base',
109 '<(DEPTH)/base/base.gyp:base_i18n', 109 '<(DEPTH)/base/base.gyp:base_i18n',
110 '<(DEPTH)/gpu/gpu.gyp:gpu_common',
111 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 110 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
112 '<(DEPTH)/net/net.gyp:net', 111 '<(DEPTH)/net/net.gyp:net',
113 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl', 112 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl',
114 '<(DEPTH)/printing/printing.gyp:printing', 113 '<(DEPTH)/printing/printing.gyp:printing',
115 '<(DEPTH)/skia/skia.gyp:skia', 114 '<(DEPTH)/skia/skia.gyp:skia',
116 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 115 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
117 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 116 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
118 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 117 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
119 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', 118 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
120 'webkit_resources', 119 'webkit_resources',
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 }, 533 },
535 'includes': [ '../../build/grit_action.gypi' ], 534 'includes': [ '../../build/grit_action.gypi' ],
536 }, 535 },
537 ], 536 ],
538 'includes': [ '../../build/grit_target.gypi' ], 537 'includes': [ '../../build/grit_target.gypi' ],
539 }, 538 },
540 ], 539 ],
541 }], 540 }],
542 ], 541 ],
543 } 542 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698