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

Side by Side Diff: build/common.gypi

Issue 17063004: Adding WebRTC log upload list under chrome://webrtc-logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some misc fixes and clean-ups. Created 7 years, 6 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 # 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 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 # Variables expected to be overriden on the GYP command line (-D) or by 9 # Variables expected to be overriden on the GYP command line (-D) or by
10 # ~/.gyp/include.gypi. 10 # ~/.gyp/include.gypi.
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1572 }], 1572 }],
1573 ['enable_settings_app==1', { 1573 ['enable_settings_app==1', {
1574 'grit_defines': ['-D', 'enable_settings_app'], 1574 'grit_defines': ['-D', 'enable_settings_app'],
1575 }], 1575 }],
1576 ['enable_google_now==1', { 1576 ['enable_google_now==1', {
1577 'grit_defines': ['-D', 'enable_google_now'], 1577 'grit_defines': ['-D', 'enable_google_now'],
1578 }], 1578 }],
1579 ['use_concatenated_impulse_responses==1', { 1579 ['use_concatenated_impulse_responses==1', {
1580 'grit_defines': ['-D', 'use_concatenated_impulse_responses'], 1580 'grit_defines': ['-D', 'use_concatenated_impulse_responses'],
1581 }], 1581 }],
1582 ['enable_webrtc==1', {
1583 'grit_defines': ['-D', 'enable_webrtc'],
1584 }],
1582 ['clang_use_chrome_plugins==1 and OS!="win"', { 1585 ['clang_use_chrome_plugins==1 and OS!="win"', {
1583 'clang_chrome_plugins_flags': [ 1586 'clang_chrome_plugins_flags': [
1584 '<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)' 1587 '<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)'
1585 ], 1588 ],
1586 }], 1589 }],
1587 1590
1588 ['asan==1 and OS!="win"', { 1591 ['asan==1 and OS!="win"', {
1589 'clang%': 1, 1592 'clang%': 1,
1590 }], 1593 }],
1591 ['asan==1 and OS=="mac"', { 1594 ['asan==1 and OS=="mac"', {
(...skipping 3000 matching lines...) Expand 10 before | Expand all | Expand 10 after
4592 # settings in target dicts. SYMROOT is a special case, because many other 4595 # settings in target dicts. SYMROOT is a special case, because many other
4593 # Xcode variables depend on it, including variables such as 4596 # Xcode variables depend on it, including variables such as
4594 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4597 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4595 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4598 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4596 # files to appear (when present) in the UI as actual files and not red 4599 # files to appear (when present) in the UI as actual files and not red
4597 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4600 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4598 # and therefore SYMROOT, needs to be set at the project level. 4601 # and therefore SYMROOT, needs to be set at the project level.
4599 'SYMROOT': '<(DEPTH)/xcodebuild', 4602 'SYMROOT': '<(DEPTH)/xcodebuild',
4600 }, 4603 },
4601 } 4604 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/browser/ui/webui/media/webrtc_logs_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698