From b4d6229d1b39a4ed065dbf1806af890519706109 Mon Sep 17 00:00:00 2001 From: "finnur@chromium.org" Date: Fri, 17 Apr 2009 20:19:50 +0000 Subject: Adding a comment stating what needs to be recompiled in orderfor changes to take effect. Also added a copyright message,while I was at it.Eventually, we want to fix the dependencies, but since multiple people are tripping over this, I think this is a good short term measure. Review URL: http://codereview.chromium.org/69045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13962 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/resources/event_bindings.js | 9 +++++++++ chrome/renderer/resources/extension_process_bindings.js | 9 +++++++++ chrome/renderer/resources/greasemonkey_api.js | 9 +++++++++ chrome/renderer/resources/json_schema.js | 5 +++++ chrome/renderer/resources/renderer_extension_bindings.js | 9 +++++++++ 5 files changed, 41 insertions(+) diff --git a/chrome/renderer/resources/event_bindings.js b/chrome/renderer/resources/event_bindings.js index 81dddde..62e249a 100644 --- a/chrome/renderer/resources/event_bindings.js +++ b/chrome/renderer/resources/event_bindings.js @@ -1,3 +1,12 @@ +// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// ----------------------------------------------------------------------------- +// NOTE: If you change this file you need to touch renderer_resources.grd to +// have your change take effect. +// ----------------------------------------------------------------------------- + var chromium = chromium || {}; (function () { native function AttachEvent(eventName); diff --git a/chrome/renderer/resources/extension_process_bindings.js b/chrome/renderer/resources/extension_process_bindings.js index f533228..7bcba35 100644 --- a/chrome/renderer/resources/extension_process_bindings.js +++ b/chrome/renderer/resources/extension_process_bindings.js @@ -1,3 +1,12 @@ +// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// ----------------------------------------------------------------------------- +// NOTE: If you change this file you need to touch renderer_resources.grd to +// have your change take effect. +// ----------------------------------------------------------------------------- + var chromium; (function() { native function GetNextCallbackId(); diff --git a/chrome/renderer/resources/greasemonkey_api.js b/chrome/renderer/resources/greasemonkey_api.js index 320e42a..3ce1d38 100644 --- a/chrome/renderer/resources/greasemonkey_api.js +++ b/chrome/renderer/resources/greasemonkey_api.js @@ -1,3 +1,12 @@ +// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// ----------------------------------------------------------------------------- +// NOTE: If you change this file you need to touch renderer_resources.grd to +// have your change take effect. +// ----------------------------------------------------------------------------- + // Implementation of the Greasemonkey API, see: // http://wiki.greasespot.net/Greasemonkey_Manual:APIs diff --git a/chrome/renderer/resources/json_schema.js b/chrome/renderer/resources/json_schema.js index f2d14fb..3e187b1 100755 --- a/chrome/renderer/resources/json_schema.js +++ b/chrome/renderer/resources/json_schema.js @@ -2,6 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// ----------------------------------------------------------------------------- +// NOTE: If you change this file you need to touch renderer_resources.grd to +// have your change take effect. +// ----------------------------------------------------------------------------- + //============================================================================== // This file contains a class that implements a subset of JSON Schema. // See: http://www.json.com/json-schema-proposal/ for more details. diff --git a/chrome/renderer/resources/renderer_extension_bindings.js b/chrome/renderer/resources/renderer_extension_bindings.js index ef71f90..19518db 100644 --- a/chrome/renderer/resources/renderer_extension_bindings.js +++ b/chrome/renderer/resources/renderer_extension_bindings.js @@ -1,3 +1,12 @@ +// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// ----------------------------------------------------------------------------- +// NOTE: If you change this file you need to touch renderer_resources.grd to +// have your change take effect. +// ----------------------------------------------------------------------------- + var chromium = chromium || {}; (function () { native function OpenChannelToExtension(id); -- cgit v1.1