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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6400007: Implement proxy for 3d-related interfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: separate ParamTraits<gpu::CommandBuffer::State> into own library Created 9 years, 10 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 | « no previous file | chrome/common/gpu_messages.cc » ('j') | ppapi/proxy/plugin_dispatcher.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 'common/net/x509_certificate_model.cc', 519 'common/net/x509_certificate_model.cc',
520 'common/net/x509_certificate_model_nss.cc', 520 'common/net/x509_certificate_model_nss.cc',
521 'common/net/x509_certificate_model_openssl.cc', 521 'common/net/x509_certificate_model_openssl.cc',
522 'common/net/x509_certificate_model.h', 522 'common/net/x509_certificate_model.h',
523 ], 523 ],
524 'dependencies': [ 524 'dependencies': [
525 'chrome_resources', 525 'chrome_resources',
526 'chrome_strings', 526 'chrome_strings',
527 '../app/app.gyp:app_base', 527 '../app/app.gyp:app_base',
528 '../base/base.gyp:base', 528 '../base/base.gyp:base',
529 '../gpu/gpu.gyp:gpu_ipc',
529 '../net/net.gyp:net_resources', 530 '../net/net.gyp:net_resources',
530 '../net/net.gyp:net', 531 '../net/net.gyp:net',
531 '../third_party/icu/icu.gyp:icui18n', 532 '../third_party/icu/icu.gyp:icui18n',
532 '../third_party/icu/icu.gyp:icuuc', 533 '../third_party/icu/icu.gyp:icuuc',
533 ], 534 ],
534 'conditions': [ 535 'conditions': [
535 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 536 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
536 'conditions': [ 537 'conditions': [
537 ['use_openssl==1', { 538 ['use_openssl==1', {
538 'dependencies': [ 539 'dependencies': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 'configurations': { 629 'configurations': {
629 'Common_Base': { 630 'Common_Base': {
630 'msvs_target_platform': 'x64', 631 'msvs_target_platform': 'x64',
631 }, 632 },
632 }, 633 },
633 }, 634 },
634 ], 635 ],
635 }], 636 }],
636 ], 637 ],
637 } 638 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/gpu_messages.cc » ('j') | ppapi/proxy/plugin_dispatcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698