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

Side by Side Diff: chrome/chrome.gyp

Issue 56072: Make Gtk/Gdk/GLib errors/warnings really fatal. (Closed)
Patch Set: extract to function Created 11 years, 8 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
« no previous file with comments | « chrome/app/chrome_dll_main.cc ('k') | chrome/test/ui/ui_tests.scons » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 1922 matching lines...) Expand 10 before | Expand all | Expand 10 after
1933 '../build/linux/system.gyp:gtk', 1933 '../build/linux/system.gyp:gtk',
1934 ], 1934 ],
1935 'sources!': [ 1935 'sources!': [
1936 # TODO(port) 1936 # TODO(port)
1937 'app/chrome_main_uitest.cc', 1937 'app/chrome_main_uitest.cc',
1938 'browser/browser_uitest.cc', 1938 'browser/browser_uitest.cc',
1939 'browser/crash_recovery_uitest.cc', 1939 'browser/crash_recovery_uitest.cc',
1940 'browser/download/download_uitest.cc', 1940 'browser/download/download_uitest.cc',
1941 'browser/download/save_page_uitest.cc', 1941 'browser/download/save_page_uitest.cc',
1942 'browser/errorpage_uitest.cc', 1942 'browser/errorpage_uitest.cc',
1943 'browser/history/redirect_uitest.cc',
1943 'browser/iframe_uitest.cc', 1944 'browser/iframe_uitest.cc',
1944 'browser/interstitial_page_uitest.cc', 1945 'browser/interstitial_page_uitest.cc',
1945 'browser/login_prompt_uitest.cc', 1946 'browser/login_prompt_uitest.cc',
1946 'browser/metrics/metrics_service_uitest.cc', 1947 'browser/metrics/metrics_service_uitest.cc',
1947 'browser/renderer_host/resource_dispatcher_host_uitest.cc', 1948 'browser/renderer_host/resource_dispatcher_host_uitest.cc',
1948 'browser/sessions/session_restore_uitest.cc', 1949 'browser/sessions/session_restore_uitest.cc',
1949 'browser/tab_contents/view_source_uitest.cc', 1950 'browser/tab_contents/view_source_uitest.cc',
1950 'common/net/cache_uitest.cc', 1951 'common/net/cache_uitest.cc',
1951 'common/pref_service_uitest.cc', 1952 'common/pref_service_uitest.cc',
1952 'test/reliability/page_load_test.cc', 1953 'test/reliability/page_load_test.cc',
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
2765 'Debug': { 2766 'Debug': {
2766 'msvs_precompiled_header': 'tools/build/win/precompiled.h', 2767 'msvs_precompiled_header': 'tools/build/win/precompiled.h',
2767 'msvs_precompiled_source': 'tools/build/win/precompiled.cc', 2768 'msvs_precompiled_source': 'tools/build/win/precompiled.cc',
2768 }, 2769 },
2769 }, 2770 },
2770 }, 2771 },
2771 ]}, # 'targets' 2772 ]}, # 'targets'
2772 ], # OS=="win" 2773 ], # OS=="win"
2773 ], # 'conditions' 2774 ], # 'conditions'
2774 } 2775 }
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll_main.cc ('k') | chrome/test/ui/ui_tests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698